|
|
|
|
@ -7,7 +7,7 @@ |
|
|
|
|
<div class="timing__week"> |
|
|
|
|
{% for school_schedule in school_schedules %} |
|
|
|
|
{% with current_live_lesson=school_schedule.current_live_lesson %} |
|
|
|
|
<div class="timing__item{% if school_schedule.weekday > 5 %} timing__item_bg{% endif %} js-timing-item js-timing-toggle{% if not school_schedule.is_purchased %} disable{% endif %}"> |
|
|
|
|
<div class="timing__item{% if school_schedule.weekday > 5 %} timing__item_bg{% endif %} js-timing-item js-timing-toggle"> |
|
|
|
|
<div class="timing__cell"> |
|
|
|
|
<div class="timing__info"> |
|
|
|
|
<div class="timing__day{% if school_schedule.is_online %} active{% endif %}"> |
|
|
|
|
|