{% extends '@HeimrichHannotTwigTemplates/forms/form_row.html.twig' %} {% block field %}
{% if strLabel|default %} {% if arrConfiguration.mandatory|default(false) %} {{ strLabel|default }}* {% else %} {{ strLabel|default }} {% endif %} {% endif %} {% if hasErrors|default(false) %}

{{ errorAsString|default(null) }}

{% endif %} {% for option in arrOptions %} {% if option.type|default() == 'group_start' %}
{{ option.label|default }} {% endif %} {% if option.type|default() == 'option' %} {% endif %} {% if option.type|default() == 'group_end' %}
{% endif %} {% endfor %}
{% endblock %}