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

{% endif %} {% for option in arrOptions %} {% if option.type == 'group_start' %}
{{ option.label }} {% endif %} {% if option.type == 'option' %} {% endif %} {% if option.type == 'group_start' %}
{% endif %} {% endfor %}
{% endblock %}