diff --git a/apps/school/templates/blocks/schedule_item.html b/apps/school/templates/blocks/schedule_item.html
index e4774339..931c6829 100644
--- a/apps/school/templates/blocks/schedule_item.html
+++ b/apps/school/templates/blocks/schedule_item.html
@@ -32,13 +32,15 @@
+ {% comment %}
{% thumbnail live_lesson.cover.image "70x70" crop="center" as im %}

{% empty %}
+ {% endcomment %}

- {% endthumbnail %}
+ {% comment %}{% endthumbnail %}{% endcomment %}
@@ -47,11 +49,13 @@
{% endif %}
+ {% comment %}
{% if live_lesson and live_lesson.short_description %}
{{ live_lesson.short_description }}
{% else %}
+ {% endcomment %}
{{ school_schedule.description }}
- {% endif %}
+ {% comment %}{% endif %}{% endcomment %}