{% extends "form/main_theme.html.twig" %} {%- block form_row -%} {%- if form.vars.prepend_break is defined and form.vars.prepend_break -%}
{%- endif -%}
{{- parent() -}}
{%- if form.vars.append_break is defined and form.vars.append_break -%}
{%- endif -%} {%- endblock form_row -%} {%- block form_widget_compound -%} {%- set attr = attr|merge({'class': (attr.class|default('') ~ ' row')|trim}) -%} {{ parent() }} {%- endblock form_widget_compound -%}