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

StatutProbleme index

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