{% comment %} SPDX-FileCopyrightText: 2026-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load datetimerange %} {% load i18n %}
{% if user_signup %} {% translate "You are signed up for this session." %} {% elif signup_status == "full" %} {% translate "This session is currently full." %} {% else %} {% translate "This session requires attendees to sign up." %} {% endif %}
{% if user_signup %} {% translate "Download" %} {% elif signup_status == "full" %} {# This page intentionally left blank. #} {% elif request.user.is_authenticated and not signup_allowed_for_user %} {% elif request.user.is_authenticated %} {% else %} {% translate "Sign up" %} {% endif %}
{% if user_signup %} {% elif signup_status != "full" and request.user.is_authenticated and signup_allowed_for_user %} {% endif %}