{% extends './base.html.twig' %} {% block title %}{{ page_title }}{% endblock %} {% block nav %} {% embed 'nav.html.twig' %}{% endembed %} {% endblock %} {% block body %}
N° | Utilisateur | Date de la commande | Montant | Communication Structurée | Payée |
---|---|---|---|---|---|
{{ order.id }} | {{ order.user.fname }} {{ order.user.lname }} | {{ order.orderTime|date('d-m-Y') }} | {{ order.totalAmount|number_format(2, '.', ',') }} € | {{ order.structuredCommunication }} | {% if order.paid %} Payée {% else %} Non Payée {% endif %} |