{% load static %} {% load thumbnail %}
{{ school_schedule }}
{% if is_purchased and live_lesson %}
{% if request.user_agent.is_mobile %}{{ live_lesson.date|date:"j b" }}{% else %}{{ live_lesson.date|date:"j E" }}{% endif %}
{% endif %}
{{ school_schedule.start_at }} (МСК)
{% if is_purchased and school_schedule.weekday in school_schedules_purchased or is_previous %} {% if live_lesson.is_opened %} {% include './open_lesson.html' %} {% endif %} {% else %} {% comment %} {% if not is_purchased_future and is_drawing_camp %} {% include './day_pay_btn.html' %} {% endif %} {% endcomment %} {% endif %} {% if not is_purchased and school_schedule.trial_lesson %} Пробный урок {% endif %}
{% comment %} {% endcomment %} {% if school_schedule.weekday in school_schedules_purchased %} {% endif %}
{% comment %} {% thumbnail live_lesson.cover.image "70x70" crop="center" as im %} {% empty %} {% endcomment %} {% comment %}{% endthumbnail %}{% endcomment %}
{{ school_schedule.title }}{% if live_lesson and live_lesson.title %}, {{ live_lesson.title }} {% endif %}
{% if live_lesson and live_lesson.short_description %} {{ live_lesson.short_description|safe }} {% else %} {{ school_schedule.description|safe }} {% endif %}
Материалы
{% if print %}
{{ live_lesson.materials|default:school_schedule.materials|safe }}
{% else %}
{{ live_lesson.materials|default:school_schedule.materials|safe }}
{% endif %}
{% if not print and school_schedule.schoolschedule_images.exists %}
Результаты прошлых уроков
{% endif %}
{% if not print %}
{% endif %}