{% 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 %} {% load render_table from django_tables2 %} {% block extra_title %}{{ generic_title }} :: {% endblock extra_title %} {% block content %}

{% block page_title %}{{ generic_title }}{% endblock page_title %} {% if has_create_permission and create_url %}
{% block create_button_label %}{{ create_button_label }}{% endblock create_button_label %} {% block title_actions %}{% endblock title_actions %}
{% endif %}

{% block list_content %} {% render_table table %} {% endblock list_content %} {% endblock %}