{% extends "orga/base.html" %} {% comment %} SPDX-FileCopyrightText: 2025-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% block extra_title %}{{ generic_title }} :: {% endblock extra_title %} {% block content %}

{% block inline_title %}{{ generic_title }}{% endblock inline_title %}

{% block form %} {% include "orga/includes/base_form.html" %} {% endblock form %} {% endblock content %}