{% load static %} {% load thumbnail %}
{{ school_schedule }} {% if not is_purchased and request.user_agent.is_mobile and school_schedule.trial_lesson %} Пробный урок {% endif %}
{% 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 and live_lesson.title %} {% include './open_lesson.html' %} {% endif %} {% else %} {% include './day_pay_btn.html' %} {% endif %} {% if not is_purchased and not request.user_agent.is_mobile 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 %}
{% comment %} {% if live_lesson and live_lesson.short_description %} {{ live_lesson.short_description }} {% else %} {% endcomment %} {{ school_schedule.description }} {% comment %}{% endif %}{% endcomment %}
Материалы
{% if print %}
{{ school_schedule.materials }}
{% else %}
{{ school_schedule.materials }}
{% endif %}
{% if not print and school_schedule.schoolschedule_images.exists %}
Результаты прошлых уроков
{% endif %}
{% if not print %}
{% endif %}