{% extends 'base.html.twig' %} {% block title %}Liste des commandes {{parent()}}{% endblock %} {% block body %}
ID | Nom | Prénom | 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é |