{{ 'thank_you.title'|trans }}
{{ 'thank_you.message_main'|trans|raw }}
{# MONTANT DU DON #} {% if donation_amount > 0 %}{{ 'thank_you.amount_received'|trans }}
{# Utilisation du filtre pour le formatage monétaire #} {{ donation_amount|format_currency('EUR', locale='fr') }}
{# Informations sur l'email de confirmation (avec précision sur le paiement) #}
{{ 'thank_you.email_sent_title'|trans }}
{# Cette clé de traduction contient le message de clarification #}{{ 'thank_you.email_sent_info'|trans }}
{# Afficher l'email du donateur #}{{ 'thank_you.email_recipient'|trans }} : {{ donor_email }}