{% comment %} SPDX-FileCopyrightText: 2024-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load formsets %} {% load i18n %}
{{ formset.management_form }} {{ formset.non_form_errors }}
{% for form in formset %}
{{ form.id }} {{ form.DELETE }}
{{ form.non_field_errors }} {{ form.label.as_field_group }}
{{ form.url.as_field_group }}
{% endfor %}