{% trans_default_domain 'FOSUserBundle' %}

Bienvenue dans l'Outil d'Évaluation du Risque en Adventices dans les Systèmes de culture

{{ form_start(form, {'method': 'post', 'action': path('fos_user_registration_register'), 'attr': {'id': 'formconnexion'}}) }}
{{ form_label(form.nom) }} {{ form_widget(form.nom) }} {{ form_label(form.prenom) }} {{ form_widget(form.prenom) }} {{ form_label(form.email) }} {{ form_widget(form.email) }} {{ form_label(form.structure) }} {{ form_widget(form.structure) }} {{ form_label(form.region) }} {{ form_widget(form.region) }}
{{ form_label(form.username) }} {{ form_widget(form.username) }} {{ form_widget(form.plainPassword.first, {'attr': {'id': 'mot_de_passe', 'placeholder': 'Mot de passe'}}) }} {{ form_widget(form.plainPassword.second, {'attr': {'id': 'mot_de_passe2', 'placeholder': 'Mot de passe'}}) }}


{{ form_end(form) }}