{% extends 'base4.html.twig' %} {% block title %}Producta index{% endblock %} {# {% block body %} #} {% block content %}

Producta index

{% for producta in productas %} {% else %} {% endfor %}
Id Name Slug Illustration Subtitle Description Price IsBest actions
{{ producta.id }} {{ producta.name }} {{ producta.slug }} {{ producta.illustration }} {{ producta.subtitle }} {{ producta.description }} {{ producta.price }} {{ producta.isBest ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}