{% extends "schedule/base.html" %} {% load scheduletags %} {% block extra_head %} {{ block.super }} {% include "schedule/_dialogs.html" %} {% endblock %} {% block body %}
{{ calendar.name }}
{% prevnext "day_calendar" calendar.slug periods.day "l, F d, Y" %}
Today
{% daily_table periods.day 420 120 600 0 12 %}
{% daily_table periods.day 420 120 600 12 24 %}
{% endblock %}