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

StatutContact index

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