{% if formTheme is defined %} {# git grep 'FormBuilderEvent', there are various listeners that set the form theme, all those need to be converted to use twig files and not directories #} {% form_theme form formTheme %} {% endif %}

{{ actionHeader|default('') }}

{{ form_start(form) }}
{{ form_row(form.name) }} {{ form_row(form.description) }} {{ form_row(form.properties) }}
{{ form_end(form) }}