{% if edit is defined %} {% set action = '' %} {% else %} {% set action = path('taille_ecran_new') %} {% endif %} {{ form_start(form,{action : action}) }} {{ form_widget(form) }} {{ form_end(form) }}