{% extends "base.html" %} {% load scheduletags i18n %} {% block body %} {% include "schedule/_dialogs.html" %}
{{ calendar.name }}
{% prevnext "month_calendar" calendar period "F Y"%}
{% trans "This month" %}
{% month_table calendar period "regular" %}
{% trans "Three Month Calendar" %} {% trans "Full Year Calendar" %}
{% endblock %}