{{ form_start(form) }}
{{ form_row(form.name) }}
{{ form_row(form.category) }}
{{ form_row(form.finition) }}
{{ form_row(form.pose) }}
{{ form_row(form.modeles) }}
{{ form_row(form.pictureFiles) }}
{% if product is defined %} {% endif %}
{{ form_row(form.description) }}
{{ form_widget(form) }} {{ form_end(form) }}