{% extends 'crud/index.html.twig' %} {% block title 'Nature' %} {% set head = ['#', 'Désignation'] %} {% set new_path = 'nature_new' %} {% set back_path = 'nature_index'%} {% set edit_path = 'nature_edit' %} {% block content %} {{ loop.index }} {{ elt.name }} {% endblock %}