{{ form_start(form) }}
{{ form_errors(form) }}
Role
{{ form_widget(form.nom) }}
Parent
{{ form_widget(form.parent) }}

Annuler
{{ form_end(form) }}