{% extends "base.html" %} {% load wagtailcore_tags i18n %} {% block cart_drop %}{% endblock %} {% block main %}

{{ page.title }}

{% if page.image %}
{% include "blocks/image.html" with value=page.image %}
{% endif %} {% if page.time_from %}

{{ page.date|date:"DATE_FORMAT"|lower }}, {{ page.time_from|date:"TIME_FORMAT" }}{% if page.time_to %} - {{ page.time_to|date:"TIME_FORMAT" }}{% endif %}

{% endif %} {% if page.details %}
{{ page.details|richtext }}
{% endif %}
{% trans "Export as iCal" %}
{% endblock %}