{% extends "schedule/base.html" %} {% load scheduletags i18n %} {% block body %} {% include "schedule/_dialogs.html" %}
{{ calendar.name }}
{% prevnext "week_calendar" calendar.slug periods.week "\Week W, M Y" %}
{% trans "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 %}