{{ form_start(form) }}
{{ form_label(form.nom) }}
{{ form_widget(form.nom) }}
{{ form_errors(form.nom) }}
{{ form_end(form) }}