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

{{ evod.date.day }}

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

{{ evod.date.day }}

{% endif %} {% block days_events %}
{% 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 %} {% else %}   {% endif %} {% endblock calendar_month_day %}