{{ form_start(form) }}
{{ form_row(form.name) }}
{{ form_row(form.pictureFileOne) }} {% if realisation is defined %} {% if realisation.pictureOneFilename %} réalisation {% endif %} {% endif %} {{ form_row(form.legendPictureOne) }}
{{ form_row(form.pictureFileTwo) }} {% if realisation is defined %} {% if realisation.pictureTwoFilename %} réalisation {% endif %} {% endif %} {{ form_row(form.legendPictureTwo) }}
{{ form_row(form.categories) }} {{ form_widget(form) }} {{ form_end(form) }}