{% 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 %} | 5 %} class="holiday"{% endif %}> {{ date|date:"D, d M" }} | {% endfor %}
---|---|
{{ gym }} | {% for items in items_by_date %}
{{ items|join:" "|default:"Не работает" }} |
{% endfor %}