|
|
|
|
@ -37,11 +37,7 @@ |
|
|
|
|
<div class="timing__week"> |
|
|
|
|
<div class="subtitle2">Новые уроки</div> |
|
|
|
|
{% for school_schedule in school_schedules_sorted %} |
|
|
|
|
{% if is_drawing_camp %} |
|
|
|
|
{% include 'blocks/schedule_item.html' with school_schedule=school_schedule live_lesson=school_schedule.current_camp_lesson %} |
|
|
|
|
{% else %} |
|
|
|
|
{% include 'blocks/schedule_item.html' with school_schedule=school_schedule live_lesson=school_schedule.current_live_lesson %} |
|
|
|
|
{% endif %} |
|
|
|
|
{% include 'blocks/schedule_item.html' with school_schedule=school_schedule live_lesson=school_schedule.current_camp_lesson %} |
|
|
|
|
{% endfor %} |
|
|
|
|
{% if prev_live_lessons_exists %} |
|
|
|
|
<div class="subtitle2">Прошедшие уроки</div> |
|
|
|
|
|