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

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

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

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

{% endif %}
{% for title, event in evod.days_events %} {{event.at}}{{title}} {% endfor %} {% for title, event in evod.continuing_events %} {{title}} {% endfor %}
{% else %}   {% endif %}