{% load static %} {% load thumbnail %}
{{ school_schedule }}
{% if purchased and live_lesson %}
{{ live_lesson.date }}
{% endif %}
{{ school_schedule.start_at }} (МСК)
{% if purchased %} {% if school_schedule.weekday in school_schedules_purchased %} {% if live_lesson and live_lesson.title %} {% include './open_lesson.html' %} {% endif %} {% else %} {% include './day_pay_btn.html' %} {% endif %} {% endif %}
{% comment %} {% endcomment %} {% if school_schedule.weekday in school_schedules_purchased %} {% endif %}
{% thumbnail live_lesson.cover.image "70x70" crop="center" as im %} {% empty %} {% endthumbnail %}
{{ 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 }} {% else %} {{ school_schedule.description }} {% endif %}
Материалы
{% if print %}
{{ school_schedule.materials }}
{% else %}
{{ school_schedule.materials }}
{% endif %}
{% if not print and school_schedule.schoolschedule_images.exists %}
Результаты прошлых уроков
{% endif %}
{% if not print %}
{% endif %}