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

Bienvenue dans l'assistant d'installation du Kohinos. Cette première étape vous permet de configurer les options de base.

Vous pouvez activer la Monnaie Locale Complémentaire et Citoyenne (MLCC), la Sécurité Sociale Alimentaire (SSA), ou les deux.

{{ form_start(form, {'attr': {'class': 'installation-form'}}) }}
{{ form_label(form.mlc_url) }} {{ form_widget(form.mlc_url) }} {{ form_errors(form.mlc_url) }} {% if form.mlc_url.vars.help is defined %} {{ form.mlc_url.vars.help|raw }} {% endif %}

Modules à activer

{{ form_widget(form.enable_mlc) }} {{ form_label(form.enable_mlc) }}
{{ form_errors(form.enable_mlc) }} {% if form.enable_mlc.vars.help is defined %} {{ form.enable_mlc.vars.help|raw }} {% endif %}
{{ form_widget(form.enable_ssa) }} {{ form_label(form.enable_ssa) }}
{{ form_errors(form.enable_ssa) }} {% if form.enable_ssa.vars.help is defined %} {{ form.enable_ssa.vars.help|raw }} {% endif %}
{# Placeholder for back button #}
{{ form_end(form) }} {% endblock %} {% block step_scripts %} {% endblock %}