{# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {# SPDX-License-Identifier: BSD-3-Clause #} {# SPDX-FileCopyrightText: Django Software Foundation and individual contributors. #} {% with id=widget.attrs.id %}
{% for group, options, index in widget.optgroups %} {% if group %}
{% endif %} {% for option in options %} {% include option.template_name with widget=option %} {% endfor %} {% if group %}
{% endif %} {% endfor %}
{% endwith %}