{% from "plainui/components/calendar.html" import calendar with context %} {{ _("%(conf)s - Public Fahrplan", conf=conf.name) }} {% block head %}{% endblock %}

{{ _("%(conf)s Fahrplan", conf=conf.name) }}

{% if timezone_warning %}
{{ _("Your timezone is configured to %(user_timezone)s, conference timezone is %(conf_timezone)s, showing times in your timezone", user_timezone=current_timezone, conf_timezone=conference_timezone) }}
{% endif %} {% if mode == 'list' %} {{ list_events.list(events, [], []) }} {% elif mode == 'calendar' %} {{ calendar(events, [], [], public=True) }} {% endif %}