{% extends 'account/base_account.html.twig' %} {% block page_title %}Commande {{ commande.reference }}{% endblock %} {% block content %}
Passée le {{ commande.createdAt|date('d/m/Y à H:i') }}
| Date | Heure | Action | Appareil | Source | Pays |
|---|
Cette commande ne contient pas de cartes.
| Type | Référence | Date | Carte | Montant TTC | Télécharger |
|---|---|---|---|---|---|
| 🧾 Commande |
{{ commande.reference }}
Achat initial
|
{{ commande.paidAt ? commande.paidAt|date('d/m/Y') : commande.createdAt|date('d/m/Y') }} | {{ commande.beneficiaires|length }} carte(s) — Pack {{ commande.packType|capitalize }} |
{{ commande.totalTTC|number_format(2, ',', ' ') }} €
HT : {{ commande.totalHT|number_format(2, ',', ' ') }} €
|
|
| ✏️ Modification |
{{ inv.reference }}
Modification n°{{ inv.modificationNumber }}
|
{{ inv.createdAt|date('d/m/Y') }} | {{ inv.beneficiaire.prenom }} {{ inv.beneficiaire.nom }} |
{% if inv.priceTTC == 0 %}
Offert
0,00 € HT
{% else %}
{{ inv.priceTTC|number_format(2, ',', ' ') }} €
HT : {{ inv.priceHT|number_format(2, ',', ' ') }} €
{% endif %}
|
|
| 📭 Aucun document disponible pour le moment | |||||