{% extends "joyous/calendar_base.html" %} {% load wagtailcore_tags %} {% block events_view %}
List View | Weekly View | This Month
{% endblock events_view %} {% block cal_heading %} {% if prevMonthUrl %} < {% endif %}
{{ monthName }}
{% if nextMonthUrl %} > {% 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_month_day.html" %} {% endfor %} {% endblock cal_week %} {% endfor %} {% endblock cal_body %}