{# SPDX-FileCopyrightText: 2026 JWP Consulting GK #} {# SPDX-License-Identifier: AGPL-3.0-or-later #} {# SPDX-License-Identifier: BSD-3-Clause #} {# SPDX-FileCopyrightText: Django Software Foundation and individual contributors. #} {% if errors %} {{ errors }} {% if not fields %} {% for field in hidden_fields %}{{ field }}{% endfor %} {% endif %} {% endif %} {% for field, errors in fields %} {% if field.label %}{{ field.label_tag }}{% endif %} {% if errors %}
{{ errors }}
{% endif %} {{ field }} {% if field.help_text %}
{{ field.help_text|safe }} {% endif %} {% if forloop.last %} {% for field in hidden_fields %}{{ field }}{% endfor %} {% endif %} {% endfor %} {% if not fields and not errors %} {% for field in hidden_fields %}{{ field }}{% endfor %} {% endif %}