{% extends 'account/base_account.html.twig' %} {% block title %}Mon compte{% endblock %} {% block content %} {# ── Flash messages ── #} {% for msg in app.flashes('warning') %}
Votre espace personnel NUM-ECARD
| Référence | Date | Pack | Cartes | Montant TTC | Statut | |
|---|---|---|---|---|---|---|
| {{ commande.reference }} {% if commande.isPaid %} ✓ {% endif %} |
{{ commande.createdAt|date('d/m/Y') }} {{ commande.createdAt|date('H:i') }} |
Pack {{ commande.packType|capitalize }} |
{% if commande.beneficiaires|length > 0 %}
{% for b in commande.beneficiaires %}
{{ b.prenom|slice(0,1)|upper }}{{ b.nom|slice(0,1)|upper }}
{{ b.prenom }} {{ b.nom }}
|
{{ commande.totalTTC|number_format(2, ',', ' ') }} € | {{ statusLabel[commande.status] ?? commande.status }} | Détails → |