{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {% partialdef choices %} {% for group_name, group_choices, group_index in widget.optgroups %} {% if group_name %} {% endif %} {% for option in group_choices %} {% include option.template_name with widget=option %} {% if group_name %} {% endif %} {% endfor %} {{ widget.choices }} {% endfor %} {% endpartialdef choices %} {% partialdef widget %} {% endpartialdef widget %}