{% load wagtailcore_tags joyous_tags i18n %}
{% block this_title %}

{% trans "This Week" %}

{% endblock this_title %} {% block this_week %}
{% for evod in events %} {% block this_day %}

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

{{evod.date|date:"jS M"}}
{% block days_events %}
{% if evod.holiday %}
{{ evod.holiday }}
{% endif %} {% for title, event, url in evod.continuing_events %} {{title}} {%trans "cont." %} {% endfor %} {% for title, event, url in evod.days_events %} {{event.at}}{{ title }} {% endfor %}
{% endblock days_events %}
{% endblock this_day %} {% endfor %}
{% endblock this_week %} {% block this_footer %}{% if calendarUrl %}
{{ calendarName }}
{% endif %}{% endblock this_footer %}