{% extends "common/base.html" %} {% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% block title %}{% translate "Events" %}{% endblock title %} {% block content %} {% if current_events or future_events or past_events %}
{% translate "No events are currently ongoing." %}
{% endif %} {% if future_events %}