{% extends "schedule/base.html" %} {% load scheduletags %} {% block extra_head %} {{ block.super }} {% include "schedule/_dialogs.html" %} {% endblock %} {% block body %}
{{ calendar.name }}
{% prevnext "month_calendar" calendar.slug periods.month "F Y"%}
This month
{% month_table calendar periods.month "regular" %}
{% endblock %}