{% comment %} SPDX-FileCopyrightText: 2025-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% with id=widget.attrs.id %}
{% for group, options, index in widget.optgroups %} {% if group %}

{{ group }}

{% endif %}
{% for option in options %} {% include option.template_name with widget=option %} {% endfor %}
{% endfor %}
{% endwith %}