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

StatutCommandes index

{% for statut_commande in statut_commandes %} {% else %} {% endfor %}
Id Libelle actions
{{ statut_commande.id }} {{ statut_commande.Libelle }} show edit
no records found
Create new {% endblock %}