{% extends 'base.html.twig' %} {% block title %}Produits index{% endblock %} {% block body %}

Produits index

{% for produit in produits %} {# {% else %} {% endfor %}
Id Title Img actions
{{ produit.id }} {{ produit.title }} {{ produit.img }} show edit#}
no records found
Create new {% endblock %}