{% use 'bootstrap_5_layout.html.twig' %} {% block choice_widget_collapsed -%} {%- set attr = attr|merge({class: (attr.class|default('') ~ ' form-control form-select')|trim}) -%} {{- parent() -}} {%- endblock choice_widget_collapsed %} {% block button_widget -%} {% set attr = attr|merge({class: (attr.class|default('') ~ ' btn')|trim}) %} {% if label is empty -%} {%- if label_format is not empty -%} {% set label = label_format|replace({ '%name%': name, '%id%': id, }) %} {%- else -%} {% set label = name|humanize %} {%- endif -%} {%- endif -%} {% if icon|default %} {% set iconHtml = ' ' %} {% else %} {% set iconHtml = '' %} {% endif %} {%- endblock button_widget %} {% block form_widget_simple %} {% if input_group_before is defined or input_group_after is defined %}
{% endif %} {% if input_group_before is defined %} {{ input_group_before | raw }} {% endif %} {{- parent() -}} {% if input_group_after is defined %} {{ input_group_after | raw }} {% endif %} {% if input_group_before is defined or input_group_after is defined %}
{% endif %} {% endblock %}