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

StatutAdresse index

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