|
|
|
@ -6,12 +6,12 @@ |
|
|
|
{{ school_schedule }} |
|
|
|
{{ school_schedule }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% if live_lesson %} |
|
|
|
{% if live_lesson %} |
|
|
|
<!--<div class="timing__date">{{ live_lesson.date }}</div>--> |
|
|
|
<div class="timing__date">{{ live_lesson.date }}</div> |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<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 and live_lesson %} |
|
|
|
{% if school_schedule.weekday in school_schedules_purchased and live_lesson and live_lesson.title %} |
|
|
|
{% include './open_lesson.html' %} |
|
|
|
{% include './open_lesson.html' %} |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
{% include './day_pay_btn.html' %} |
|
|
|
{% include './day_pay_btn.html' %} |
|
|
|
|