{% load wagtailcore_tags joyous_tags i18n %} {% if evod %} {% if evod.holiday %}

{{ evod.date|date:"j M" }}

{{ evod.holiday }}
{% else %}

{{ evod.date|date:"j M" }}

{% 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 %}
{% else %}   {% endif %}