{% extends "maintenance/base.html" %} {% block content %}
{% url maintenance-calendar prev_month.year prev_month.month as previous_month %} {% url maintenance-calendar next_month.year next_month.month as next_month %} Previous month
Next month
{{ calendar }}
{% endblock %}