{% extends './base.html.twig' %} {% block title %}{{ page_title }}{% endblock %} {% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {% block nav %} {% embed 'nav.html.twig' %}{% endembed %} {% endblock %} {% block body %}
Utilisateur | Date de la commande | Montant | Communication Structurée | Action |
---|---|---|---|---|
{{ order.user.fname }} {{ order.user.lname }} | {{ order.orderTime|date('d-m-Y') }} | {{ order.totalAmount|number_format(2, '.', ',') }} € | {{ order.structuredCommunication }} | |
Aucune commande impayée. |
Utilisateur | ID Commandes | Montant Total à Rembourser | Action |
---|---|---|---|
{{ refund.user.fname }} {{ refund.user.lname }} | {% for id in refund.orderIds %} {{ id }}{% if not loop.last %}, {% endif %} {% endfor %} | {{ refund.totalRefundAmount|number_format(2, '.', ',') }} € | |
Aucun remboursement à effectuer. |