{# empty Twig template #} {{ form_start(form,{'attr':{'id':id|default('form')}}) }} {{ form_widget(form) }} {% if with_submit is not defined or with_submit==true %} {%endif%} {{ form_end(form) }}