{# templates/account/hebergement/success.html.twig #} {% extends 'account/base_account.html.twig' %} {% block title %}Paiement confirmé — NUM-ECARD{% endblock %} {% block content %}
{# Confetti animation #}

Paiement confirmé !

L'hébergement de la carte de {{ beneficiaire.prenom }} {{ beneficiaire.nom }} a été renouvelé avec succès.

{# Récap #}
📅
Valide jusqu'au {{ sub.expiresAt ? sub.expiresAt|date('d MMMM Y', locale='fr') : 'Dans 1 an' }}
🃏
Carte {{ beneficiaire.prenom }} {{ beneficiaire.nom }}{% if beneficiaire.fonction %} — {{ beneficiaire.fonction }}{% endif %}
📩
Facture Envoyée par email — accessible dans Mes Commandes
{# Actions #}
{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %}