{% load wagtailcore_tags joyous_tags i18n %}

{% trans "This Week" %}

{% for evod in events %}

{{evod.date|date:"l"}}

{{evod.date|date:"jS M"}}
{% if evod.holiday %}
{{ evod.holiday }}
{% endif %} {% for title, event in evod.continuing_events %} {{title}} {% trans "cont." %} {% endfor %} {% for title, event in evod.days_events %} {{event.at}} {{title}} {% endfor %}
{% endfor %}
{% if calendarUrl %} {% endif %}