{% load joyous_tags %}

This Week

{% for evod in events %}

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

{{evod.date|date:"jS M"}}
{% if evod.holiday %}
{{ evod.holiday }}
{% endif %} {% for title, event in evod.continuing_events %} {{title}} cont. {% endfor %} {% for title, event in evod.days_events %} {{event.at}} {{title}} {% endfor %}
{% endfor %}