{% extends 'crud/index.html.twig' %} {% block title 'Produits' %} {% set head = ['FAMILLE', 'CODE', 'DESIGNATION', 'POIDS(Kg)','STOCK'] %} {% set new_path = 'product_new' %} {% set edit_path = 'product_edit' %} {% set back_path = path('customer_index') %} {% block content %} {{ el.family.name }} {{ el.code }} {{ el.name }} {{ el.weight }} {{ el.stock }} {% endblock %}