{% extends 'base4.html.twig' %} {% block title %}Producta index{% endblock %} {# {% block body %} #} {% block content %}
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 |