{% extends "pretixpresale/organizers/base.html" %} {% load i18n %} {% load rich_text %} {% load eventurl %} {% block title %}{% trans "Event overview" %}{% endblock %} {% block content %}
{% if organizer_homepage_text %} {{ organizer_homepage_text | rich_text }} {% endif %}

{{ date|date:"F Y" }}

{% include "pretixpresale/fragment_calendar.html" %} {% if multiple_timezones %}
{% blocktrans trimmed %} Note that the events in this view are in different timezones. {% endblocktrans %}
{% endif %}

{% trans "Download calendar as iCal file" %}

{% include "pretixpresale/pagination.html" %} {% endblock %}