|
|
|
@ -11,10 +11,12 @@ |
|
|
|
</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 and live_lesson.title %} |
|
|
|
{% if school_schedule.weekday in school_schedules_purchased %} |
|
|
|
{% include './open_lesson.html' %} |
|
|
|
{% if live_lesson and live_lesson.title %} |
|
|
|
|
|
|
|
{% include './open_lesson.html' %} |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
{% include './day_pay_btn.html' %} |
|
|
|
{% include './day_pay_btn.html' %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{% comment %} |
|
|
|
{% comment %} |
|
|
|
|