{% extends "pretixpresale/organizers/base.html" %} {% load i18n %} {% load date_fast %} {% load icon %} {% load rich_text %} {% load tz %} {% load eventurl %} {% load urlreplace %} {% load textbubble %} {% load thumb %} {% block title %}{% trans "Event list" %}{% endblock %} {% block custom_header %} {{ block.super }} {% if organizer_logo %} {% endif %} {% endblock %} {% block content %}
{% if not events %}{% trans "No archived events found." %} {% endif %}{% trans "Show upcoming" %}
{% else %}{% if not events %}{% trans "No public upcoming events found." %} {% endif %}{% trans "Show past events" %}
{% endif %}