{% extends "orga/generic/_form.html" %} {% comment %} SPDX-FileCopyrightText: 2025-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load history_sidebar %} {% load static %} {% block stylesheets %} {% if show_history %} {% endif %} {% endblock %} {% block scripts %} {% if show_history %} {% endif %} {% endblock scripts %} {% block form %} {% if not show_history %} {{ block.super }} {% else %}
{{ block.super }}
{% endif %} {% endblock form %}