|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<div class="timing__buy"> |
|
|
|
<div class="timing__buy"> |
|
|
|
<div class="timing__time">{{ school_schedule.start_at }} (МСК)</div> |
|
|
|
<div class="timing__time">{{ school_schedule.start_at }} (МСК)</div> |
|
|
|
{% if school_schedule.weekday in school_schedules_purchased %} |
|
|
|
{% if school_schedule.weekday in school_schedules_purchased %} |
|
|
|
{% if live_lesson and school_schedule.is_online or live_lesson and is_previous and live_lesson in live_lessons %} |
|
|
|
{% if live_lesson in live_lessons %} |
|
|
|
{% include './open_lesson.html' %} |
|
|
|
{% include './open_lesson.html' %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
|