{% extends "schedule/base.html" %} {% load scheduletags %} {% block extra_head %} {{ block.super }} {% include "schedule/_dialogs.html" %} {% endblock %} {% block body %}
{{ calendar.name }}
{% prevnext "week_calendar" calendar.slug periods.week "\Week W, M Y" %}
This week
{% for day in periods.week.get_days %}
{% if forloop.first %} {% daily_table day 230 80 600 9 21 %} {% else %} {% daily_table day 150 15 600 9 21 %} {% endif %}
{% endfor %}
{% endblock %}