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

StatutEtatDesLieux index

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