{% extends 'base.html.twig' %} {% block title %}Liste des commandes {{parent()}}{% endblock %} {% block body %}

Liste des commandes

{% for command in commands %} {% else %} {% endfor %}
ID Nom Prénom Email Commandé le Commentaire Total Actions
{{ command.id }} {{ command.user.lastName }} {{ command.user.firstName }} {{ command.user.email }} {{ command.commandedAt ? command.commandedAt|date('d/m/Y h:i') : '' }} {{ command.comment }} {{ command.total }} € Voir Générer une facture
Aucun enregistrement trouvé
Créer une nouvelle commande {% endblock %}