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

{{ evod.date.day }}

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

{{ evod.date.day }}

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