{% comment %} SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum Dresden-Rossendorf (HZDR) SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% comment %} based on https://github.com/django/django/blob/main/django/forms/templates/django/forms/widgets/select.html {% endcomment %} {% for group_name, group_choices, group_index in widget.optgroups %} {% if forloop.first and forloop.last %} {% endif %} {% endfor %}