{% 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 }}
{{ include('statut_commandes/_delete_form.html.twig') }}
Modifier
Aucun enregistrement trouvé
Créer un nouveau statut {% endblock %}