{% set default1 = '' %} {% if exercice is defined and exercice.visuel1 is not null %} {% set default1 = path('exercice.visuel.show', {'id': exercice.id, 'nb': 1}) %} {% endif %} {{ form_row(form.visuel_1 , { 'attr': { 'data-dropzone' : 'true' , 'data-dz-id' : 'dropzone1' , 'data-dz-url' : oneup_uploader_endpoint('exercice') , 'data-dz-default' : default1 }}) }} {# #} {#
#}
{% set default2 = '' %} {% if exercice is defined and exercice.visuel2 is not null %} {% set default2 = path('exercice.visuel.show', {'id': exercice.id, 'nb': 2}) %} {% endif %} {{ form_row(form.visuel_2 , { 'attr': { 'data-dropzone' : 'true' , 'data-dz-id' : 'dropzone2' , 'data-dz-url' : oneup_uploader_endpoint('exercice') , 'data-dz-default' : default2 }}) }} {# #} {#
#}
{% set default3 = '' %} {% if exercice is defined and exercice.visuel3 is not null %} {% set default3 = path('exercice.visuel.show', {'id': exercice.id, 'nb': 3}) %} {% endif %} {{ form_row(form.visuel_3 , { 'attr': { 'data-dropzone' : 'true' , 'data-dz-id' : 'dropzone3' , 'data-dz-url' : oneup_uploader_endpoint('exercice') , 'data-dz-default' : default3 }}) }} {# #} {#
#}
{# {{ form_row(form.visuel_3) }} #}
{{ form_row(form.video) }}