{% extends '@kohinos/installation/layout.html.twig' %} {% block step_title %}Configuration HelloAsso{% endblock %} {% block step_content %}

Configurez les paramètres de votre compte HelloAsso pour permettre les paiements par carte bancaire.

{{ form_start(form, {'attr': {'class': 'installation-form'}}) }}

Identifiants API

{{ form_label(form.helloasso_client_id) }} {{ form_widget(form.helloasso_client_id) }} {{ form_errors(form.helloasso_client_id) }} {% if form.helloasso_client_id.vars.help is defined %} {{ form.helloasso_client_id.vars.help|raw }} {% endif %}
{{ form_label(form.helloasso_client_secret) }} {{ form_widget(form.helloasso_client_secret) }} {{ form_errors(form.helloasso_client_secret) }} {% if form.helloasso_client_secret.vars.help is defined %} {{ form.helloasso_client_secret.vars.help|raw }} {% endif %}

URLs des formulaires

{{ form_label(form.helloasso_adherent_url) }} {{ form_widget(form.helloasso_adherent_url) }} {{ form_errors(form.helloasso_adherent_url) }} {% if form.helloasso_adherent_url.vars.help is defined %} {{ form.helloasso_adherent_url.vars.help|raw }} {% endif %}
{{ form_label(form.helloasso_prestataire_url) }} {{ form_widget(form.helloasso_prestataire_url) }} {{ form_errors(form.helloasso_prestataire_url) }} {% if form.helloasso_prestataire_url.vars.help is defined %} {{ form.helloasso_prestataire_url.vars.help|raw }} {% endif %}
{{ form_label(form.helloasso_adherent_emlc_url) }} {{ form_widget(form.helloasso_adherent_emlc_url) }} {{ form_errors(form.helloasso_adherent_emlc_url) }} {% if form.helloasso_adherent_emlc_url.vars.help is defined %} {{ form.helloasso_adherent_emlc_url.vars.help|raw }} {% endif %}
{{ form_label(form.helloasso_prestataire_emlc_url) }} {{ form_widget(form.helloasso_prestataire_emlc_url) }} {{ form_errors(form.helloasso_prestataire_emlc_url) }} {% if form.helloasso_prestataire_emlc_url.vars.help is defined %} {{ form.helloasso_prestataire_emlc_url.vars.help|raw }} {% endif %}
Retour
{{ form_end(form) }} {% endblock %}