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

StatutTables

Id {{ statut_table.id }}
Libellé {{ statut_table.Libelle }}
back to list edit {{ include('statut_tables/_delete_form.html.twig') }} {% endblock %}