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

StatutCommunication index

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