{% extends "bootstrap_5_horizontal_layout.html.twig" %} {# no label for fields set #} {%- block field_set_label -%} {% endblock field_set_label %} {# fieldset #} {%- block field_set_widget -%}
{% if form.vars.icon is not empty %} {% endif %}
{% for child in form.children %} {{ form_row(child) }} {% endfor %}
{%- endblock field_set_widget -%}