{% extends '@kohinos/block/block_collapse.html.twig' %} {# Cotisation obligatoire pour les adhérents #} {# {% set cotisation_required = KOH_ALLOW_COTISATION|default('false') == 'true' and KOH_COTISATION_ADHERENT_MANDATORY|default('false') == 'true' and false == isCotisationValid(app.user) %} #} {# {% block blocktoggle %}{% if not cotisation_required %}collapse{% endif %}{% endblock blocktoggle %} #} {% block blocktitle %} {{'Achat de monnaie locale'|trans }} {% endblock blocktitle %} {% block blockcontent %} {# {% if cotisation_required %} {% include '@kohinos/block/_cotisation_required_message.html.twig' with {'operation_label': 'l\'achat de monnaie locale'} %} {% else %} #} {% set form = getAchatMonnaieAdherentForm(app.user) %} {{form_start(form, {'attr': {'class': 'achat-monnaie-form'}})}} {{ form_errors(form) }} {% if form.montantradio is defined %}
{{ 'Montant choisi'|trans }} :
{{ 'TOTAL A PAYER'|trans }} :
{% endif %} {{form_end(form)}} {# {% endif %} #} {% endblock blockcontent %}