{% if KOH_ALLOW_MLC == 'true' and app.session.get('_comptoirgere') is not empty %} {% extends '@kohinos/block/block_collapse.html.twig' %} {% set titlecolor = '' %} {% block blocktitle %} {{ 'Cotisation MLC Annuelle'|trans }} {% endblock blocktitle %} {% block blockcontent %} {% set form = getCotisationMlcComptoirForm(app.user) %}

Paiement en espèces ou par chèque.
Enregistrer une cotisation MLC annuelle pour un adhérent existant.

{{ form_start(form, {'attr': {'class': 'form-horizontal', 'id': 'mlc-cotisation-form'}}) }}
{{ form_label(form.adherent, null, {'label_attr': {'class': 'fw-bold'}}) }} {{ form_widget(form.adherent) }} {{ form_errors(form.adherent) }}
{{ form_label(form.montant, null, {'label_attr': {'class': 'fw-bold'}}) }} {{ form_widget(form.montant, {'attr': {'class': 'form-control'}}) }} {{ form_errors(form.montant) }}
{{ form_widget(form.moyen) }}
{{ form_errors(form.moyen) }}
{{ form_rest(form) }} {{ form_end(form) }} {% endblock blockcontent %} {% endif %}