{% extends "joyous/calendar_base.html" %} {% load wagtailcore_tags i18n %} {% block events_view %} {% include "joyous/includes/events_view_choices.html" with weeklyUrl=thisWeekUrl weeklyLink=_("This Week") %} {% endblock events_view %} {% block cal_heading %} {% if prevWeekUrl %} < {% endif %}
{{ weekName }}
{% if nextWeekUrl %} > {% endif %}
{% if prevYearUrl %} < {% endif %}
{{ year }}
{% if nextYearUrl %} > {% endif %}
{% endblock cal_heading %} {% block cal_body %} {% for week in events %} {% block cal_week %} {% for evod in week %} {% include "joyous/includes/calendar_week_day.html" %} {% endfor %} {% endblock cal_week %} {% endfor %} {% endblock cal_body %}