{{ form_start(form) }}
{{ form_row(form.name) }}
{{ form_row(form.departement) }}
{{ form_row(form.categories) }}
{{ form_row(form.pictureFiles) }}
{% if realisation is defined %} {% endif %}
{{ form_widget(form) }} {{ form_end(form) }}