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

StatutIntervenant index

{% for statut_intervenant in statut_intervenants %} {% else %} {% endfor %}
Id Statut actions
{{ statut_intervenant.id }} {{ statut_intervenant.statut }} show edit
no records found
Create new {% endblock %}