{% extends "base.html" %} {% load scheduletags i18n %} {% block body %} {% include "schedule/_dialogs.html" %}
{% trans "Month" %} {% trans "Year" %}
{{ calendar.name }}
{% prevnext "week_calendar" calendar period "\W\e\ek W, M Y" %}
{% trans "This week" %}
{% for day in period.get_days %}
{% if forloop.first %} {% daily_table day %} {% else %} {% daily_table day %} {% endif %}
{% endfor %}
{% endblock %}