{% extends "base.html" %} {% block head %} {% endblock %} {% block topline %} {% if user.is_authenticated %} Редактирование {% endif %} {% endblock %} {% block content %}

{% if prev_url %} {% else %} {% endif %} Расписание на неделю {{ dates.0 }} - {{ dates.6 }} {% if next_url %} {% endif %}

{% for date in dates %} {% endfor %} {% for gym, items_by_date in items_by_gym_by_date %} {% for items in items_by_date %} {% endfor %} {% endfor %}
5 %} class="holiday"{% endif %}> {{ date|date:"D, d M" }}
{{ gym }} {{ items|join:"
"|default:"Не работает" }}
{% endblock %}