{# templates/emails/commande_notification_admin.html.twig #} {# Email notification admin — nouvelle commande à traiter #} Nouvelle commande - NUM-ECARD Admin
NUM-ECARD — ADMIN
🆕

Nouvelle commande à traiter !

{% for commande in commandes %}
Référence : {{ commande.reference }}
Pack : {{ commande.packLabel }}
Date : {{ commandes[0].createdAt|date('d/m/Y à H:i') }}
Statut : Payée ✓
{% endfor %}

👤 Client

Nom : {{ clientNom ?? 'Non renseigné' }}
Email : {{ clientEmail }}
{% if beneficiaires is not empty %}

🃏 Cartes à créer ({{ beneficiaires|length }})

{% for beneficiaire in beneficiaires %} {% endfor %}
# Bénéficiaire Contact
{{ loop.index }} {{ beneficiaire.prenom }} {{ beneficiaire.nom }}
{{ beneficiaire.fonction ?? '' }}
{{ beneficiaire.entreprise ?? '' }}
{% if beneficiaire.email %}{{ beneficiaire.email }}
{% endif %} {% if beneficiaire.mobile %}{{ beneficiaire.mobile }}
{% endif %} {% if beneficiaire.fixe %}{{ beneficiaire.fixe }}{% endif %}
{% endif %}
Total HT : {{ totalHT|number_format(2, ',', ' ') }} €
TVA (20%) : {{ (totalHT * 0.20)|number_format(2, ',', ' ') }} €
Total TTC : {{ totalTTC|number_format(2, ',', ' ') }} €
⚠️ Action requise : Créer les cartes et envoyer les accès au client à {{ clientEmail }}.

NUM-ECARD Admin — Email automatique
© {{ 'now'|date('Y') }} SAS SANAGENCY