{% extends '@kohinos/common/layout.html.twig' %} {% block content %}

{{'Adhérer'|trans }}

{% if KOH_USE_PAYZEN == 'true' or KOH_USE_HELLOASSO == 'true' %}

{% if KOH_ADHESION_TEXT|default('') != '' %} {{ KOH_ADHESION_TEXT }} {% endif %}

{{form_start(form)}} {{ form_row(form.user) }} {% if form.groupe is defined %} {{ form_row(form.groupe) }} {% endif %} {{ form_row(form.geoloc) }} {% if form.cotisation is defined %} {{ form_row(form.cotisation) }} {% endif %}
{% if form.save is defined %} {{ form_widget(form.save) }} {% endif %} {% if form.saveHelloAsso is defined %} {{ form_widget(form.saveHelloAsso) }} {# TODO {% include '@kohinos/common/helloasso_button.html.twig' with { 'name': form.saveHelloAsso.vars.name, 'type': 'submit', 'label': 'Cotiser avec' } %} #} {% endif %}
{{form_end(form)}} {% else %}

Vous ne pouvez malheureusement pas adhérer ici, le paiement n'est pas configuré sur cette application.

{% endif %}
{% endblock %}