{% extends '@kohinos/flux/confirmationPage/flux_confirmationpage.html.twig' %}
{% block confirmpage_title %}
{{ KOH_MLC_NAME_SMALL|default('MLC') }} : votre virement en faveur de {{ flux.destinataire }}
{% endblock confirmpage_title %}
{% block confirmpage_content %}
Votre virement de {{ flux.montant }} e-{{ KOH_MLC_SYMBOL|default('MLC') }} en faveur de {{ flux.destinataire }} a bien été enregistré le {{ flux.createdAt|date('d/m/Y à H:i')}}
{% endblock confirmpage_content %}
{% block confirmpage_footer %}
{% if KOH_ALLOW_MLC == 'true' %}
{{ 'confirmation-cotisation_adherent-footer-cta'|trans({}, 'flux') }}
{% endif %}
{{ 'confirmation-cotisation_adherent-footer-return'|trans({}, 'flux') }}
{% endblock confirmpage_footer %}