{% extends "orga/submission/base.html" %} {% comment %} SPDX-FileCopyrightText: 2026-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% load render_table from django_tables2 %} {% load static %} {% block submission_title %}{% translate "Attendees" %} :: {% endblock submission_title %} {% block stylesheets %} {{ block.super }} {% endblock stylesheets %} {% block submission_content %}

{% translate "Settings" %}

{% csrf_token %} {{ form.attendee_signup_capacity.as_field_group }} {% if not form.read_only %} {% include "orga/includes/submit_row.html" %} {% endif %}

{% translate "Attendees" %}

{% include "common/includes/signup_progress.html" %}
{% render_table table %} {% endblock submission_content %}