{% extends 'form_div_layout.html.twig' %} {%- block form_widget_compound -%} {%- if form is rootform -%} {{ form_errors(form) }} {{- block('form_rows') -}} {{- form_rest(form) -}} {% else %} {% set attr = attr|merge({'class': (attr.class|default('') ~ ' gold-fieldset')|trim}) %}
{%- endif -%} {%- endblock form_widget_compound -%} {% block hint_text %} {%- if hint_text is not empty -%}{{ summary_error_message }}
| Entry field | Error summary |
|---|---|
| {{ child.vars.label|default(name|humanize) }} | {{error.message}} |