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