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