{% extends 'base.html' %} {% load scheduletags %} {% load staticfiles %} {% load static %} {% block content %}

{{ calendar.name }}

New Event
{% month_table calendar periods.month "regular" %}
{% endblock %}