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

StatutMail index

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