cotisation.html.twig 558 Bytes
Newer Older
1
{% extends '@kohinos/flux/confirmationPage/flux_confirmationpage.html.twig' %}
Julien Jorry committed
2 3 4 5 6 7 8 9

{% block confirmpage_title %}{{ 'confirmation-cotisation-title'|trans({}, 'flux') }}{% endblock confirmpage_title %}
{% block confirmpage_content %}{{ 'confirmation-cotisation-content'|trans({}, 'flux') }}{% endblock confirmpage_content %}
{% block confirmpage_footer %}
  <a href='{{ path('index') }}' type="button" class="btn btn-secondary" id="confirmPageButtonCTA">
    {{ 'confirmation-cotisation-footer-return'|trans({}, 'flux') }}
  </a>
{% endblock confirmpage_footer %}