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

StatutTables index

{% for statut_table in statut_tables %} {% else %} {% endfor %}
Id Libellé actions
{{ statut_table.id }} {{ statut_table.Libelle}}
{{ include('statut_tables/_delete_form.html.twig') }}
Modifier
Aucun enregistrement trouvé
Créer un nouveau {% endblock %}