cotisation-cotisation_adherent.html.twig 755 Bytes
Newer Older
Julien Jorry committed
1 2 3 4 5 6 7 8 9 10 11 12
{% extends '@kohinos/flux/confirmationPage/cotisation.html.twig' %}

{% block confirmpage_title %}{{ 'confirmation-cotisation_adherent-title'|trans({}, 'flux') }}{% endblock confirmpage_title %}
{% block confirmpage_content %}{{ 'confirmation-cotisation_adherent-content'|trans({}, 'flux') }}{% 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 %}