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