{% extends 'layouts/emails/base.html.twig' %} {% block body %} {# #} {# #} {#

{{ siteName | capitalize }}

#} {# #} {# #}

{{ transaction._getName | capitalize }}

{% trans %} a demandé {% endtrans %}

{{ transaction.amount | format_currency(transaction.creditedWallet.currency.currencyCode, locale=app.request.locale) }}

{% trans %} Envoyer {% endtrans %}
{# #} {# #} {# This link will be active for 30 min from the time this email was sent.#} {# #} {# #} {# #} {# #} {# Landrick
Support Team#} {# #} {# #} {% endblock %}