{% extends "schedule/base.html" %} {% load scheduletags i18n %} {% block body %}
{{ calendar.name }}
{% prevnext "tri_month_calendar" calendar.slug periods.month "F Y"%}
{% trans "This month" %}
{% month_table calendar periods.month "small" -1 %}   {% month_table calendar periods.month "small" %}   {% month_table calendar periods.month "small" +1 %}
{% endblock %}