diff --git a/apps/school/templates/blocks/prolong_btn.html b/apps/school/templates/blocks/prolong_btn.html
new file mode 100644
index 00000000..c4026242
--- /dev/null
+++ b/apps/school/templates/blocks/prolong_btn.html
@@ -0,0 +1,9 @@
+продлить
diff --git a/apps/school/templates/blocks/schedule_purchased.html b/apps/school/templates/blocks/schedule_purchased.html
index 6509bcde..8df3f0f6 100644
--- a/apps/school/templates/blocks/schedule_purchased.html
+++ b/apps/school/templates/blocks/schedule_purchased.html
@@ -8,14 +8,12 @@
Подписка истекает
{{ subscription_ends }}
- продлить
+ {% include './prolong_btn.html' %}
{% else %}
Подписка
истекла
- продлить
+ {% include './prolong_btn.html' with pink=True %}
{% endif %}
@@ -32,7 +30,8 @@
- {% for school_schedule in school_schedules %} {% with current_live_lesson=school_schedule.current_live_lesson %}
+ {% for school_schedule in school_schedules %}
+ {% with current_live_lesson=school_schedule.current_live_lesson %}
{% if school_schedule.is_purchased %}
@@ -57,8 +56,10 @@
{% thumbnail current_live_lesson.cover.image "70x70" crop="center" as im %}
-

{% empty %}
-

{% endthumbnail %}
+

+ {% empty %}
+

+ {% endthumbnail %}
@@ -104,7 +106,8 @@
- {% endwith %} {% endfor %}
+ {% endwith %}
+ {% endfor %}