{% comment %} SPDX-FileCopyrightText: 2024-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms This file contains Apache-2.0 licensed contributions copyrighted by the following contributors: SPDX-FileContributor: Florian Moesch {% endcomment %}
{% csrf_token %} {{ form }} {% for extra_form in extra_forms %}
{% if extra_form.label %}{{ extra_form.label }}{% endif %} {{ extra_form }}
{% endfor %} {% include "orga/includes/submit_row.html" %}