Tickets {{ order.totalQuantities }}
    {% for orderDetail in order.orderDetails %}
  • {{ orderDetail.ticket.title }}
    {{ orderDetail.session.title }}
    {{ orderDetail.price | format_currency(orderDetail.ticket.currency) }} x {{ orderDetail.quantity }}
  • {% endfor %}
  • Total : {{ order.totalPrice | format_currency(order.currency ) }}
{#
#} {#
#} {# #} {# #} {#
#} {#
#}

{{ event.title }}

{% if order.payment.status == constant("App\\Utils\\PaymentStatus::SUCCESS") %}

{{ "Merci d'avoir d'avoir participé à la cagnotte. vous avez donné" | trans }}

{% else %}

{{ "Malheureusement votre paiement a échoué" | trans }}

{{ "Réessayer" | trans }}

{% endif %} {% if order.payment.status == constant("App\\Utils\\PaymentStatus::SUCCESS") %} {% else%} {% endif%} {# #} {# #} {# #} {# #}
{{ "Votre Nom" | trans }} {{ order.lastname }}
{{ 'Votre Prénom' | trans }} {{ order.firstname }}
{{ 'Montant de contribution' | trans }} {{ order.amount | format_currency("GNF") }}
{{ 'Statut du paiement' | trans }}{{ order.payment.status}}{{ order.payment.status}}
{{ 'donation.sidebar.tip' | trans({ '%siteName%': siteName }) }}{{ donation.tipAmount | format_currency(donation.currency.currencyCode, locale=app.request.locale=='fr' ? 'fr': 'en') }}