|
|
|
|
@ -32,13 +32,18 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="timing__cell"> |
|
|
|
|
<div class="timing__title">{{ school_schedule.title }}{% if current_live_lesson %}, |
|
|
|
|
<span class="bold">{{ current_live_lesson.title }}</span> |
|
|
|
|
<div class="timing__title">{{ school_schedule.title }} |
|
|
|
|
{% if current_live_lesson and current_live_lesson.title %} |
|
|
|
|
, <span class="bold">{{ current_live_lesson.title }}</span> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
<div class="timing__content"> |
|
|
|
|
{% if live_lesson %} |
|
|
|
|
{{ live_lesson.short_description }} |
|
|
|
|
{% else %} |
|
|
|
|
{{ school_schedule.description }} |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
{% if current_live_lesson %} |
|
|
|
|
<div class="timing__content">{{ current_live_lesson.short_description }}</div> |
|
|
|
|
{% endif %} |
|
|
|
|
<div class="timing__more"> |
|
|
|
|
<div class="timing__head">Материалы</div> |
|
|
|
|
<div class="timing__row"> |
|
|
|
|
|