{% comment %} SPDX-FileCopyrightText: 2024-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% partialdef group_options %} {% for option in options %}
{% include option.template_name with widget=option %}
{% endfor %} {% endpartialdef %} {% with id=widget.attrs.id %}
{% for group, options, index in widget.optgroups %} {% if group %}
{% if group.2 %} {% endif %} {{ group.0 }}
{{ group.1|safe }}
{% partial group_options %}
{% else %} {% partial group_options %} {% endif %} {% endfor %}
{% endwith %}