transaction.html.twig 937 Bytes
Newer Older
1
{% extends '@kohinos/flux/confirmationPage/flux_confirmationpage.html.twig' %}
Julien Jorry committed
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

{% 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 <b>{{ flux.montant }} e-{{ KOH_MLC_SYMBOL|default('MLC') }}</b> en faveur de <b>{{ flux.destinataire }}</b> a bien été enregistré le {{ flux.createdAt|date('d/m/Y à H:i')}}
{% endblock confirmpage_content %}

{% block confirmpage_footer %}
  <a href='{{ path('achatMonnaieAConfirmer') }}' type="button" class="btn btn-primary" id="confirmPageButtonCTA">
    {{ 'confirmation-cotisation_adherent-footer-cta'|trans({}, 'flux') }}
  </a>
  <a href="{{ path('index') }}" class="btn btn-secondary" id="confirmPageButtonCTA">
    {{ 'confirmation-cotisation_adherent-footer-return'|trans({}, 'flux') }}
  </a>
{% endblock confirmpage_footer %}