{% extends 'crud/index.html.twig' %} {% block title 'Stock' %} {% set head = ['FAMILLE', 'CODE', 'PRODUITS', 'EN STOCK'] %} {% set new_path = 'product_new' %} {% set edit_path = 'product_edit' %} {% set back_path = path('customer_index') %} {% block content %}