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