{{ form_errors(form.cotisation_free_amount) }}
{% if form.cotisation_free_amount.vars.help is defined %}
{{ form.cotisation_free_amount.vars.help|raw }}
{% endif %}
{{ form_errors(form.donation_adherent_cotisation) }}
{% if form.donation_adherent_cotisation.vars.help is defined %}
{{ form.donation_adherent_cotisation.vars.help|raw }}
{% endif %}
{{ form_errors(form.donation_adherent_emlc) }}
{% if form.donation_adherent_emlc.vars.help is defined %}
{{ form.donation_adherent_emlc.vars.help|raw }}
{% endif %}
{{ form_errors(form.cotisation_adherent_mandatory) }}
{% if form.cotisation_adherent_mandatory.vars.help is defined %}
{{ form.cotisation_adherent_mandatory.vars.help|raw }}
{% endif %}
Prestataire
{{ form_label(form.cotisation_prestataire) }}
{{ form_widget(form.cotisation_prestataire) }}
{{ form_errors(form.cotisation_prestataire) }}
{% if form.cotisation_prestataire.vars.help is defined %}
{{ form.cotisation_prestataire.vars.help|raw }}
{% endif %}
{{ form_label(form.reconversion_prestataire) }}
{{ form_widget(form.reconversion_prestataire) }}
{{ form_errors(form.reconversion_prestataire) }}
{% if form.reconversion_prestataire.vars.help is defined %}
{{ form.reconversion_prestataire.vars.help|raw }}
{% endif %}
{{ form_errors(form.donation_prestataire_cotisation) }}
{% if form.donation_prestataire_cotisation.vars.help is defined %}
{{ form.donation_prestataire_cotisation.vars.help|raw }}
{% endif %}
{{ form_errors(form.donation_prestataire_emlc) }}
{% if form.donation_prestataire_emlc.vars.help is defined %}
{{ form.donation_prestataire_emlc.vars.help|raw }}
{% endif %}
{{ form_errors(form.cotisation_prestataire_mandatory) }}
{% if form.cotisation_prestataire_mandatory.vars.help is defined %}
{{ form.cotisation_prestataire_mandatory.vars.help|raw }}
{% endif %}