{{ form_start(form) }} {{ form_widget(form) }} {#
{{ form_widget(form.nom) }}
{{ form_widget(form.typeProjet) }}
{{ form_widget(form.description) }}
#}
{{ form_end(form) }}