diff --git a/apps/school/templates/blocks/schedule_item.html b/apps/school/templates/blocks/schedule_item.html
index 7e860a4e..272ae2db 100644
--- a/apps/school/templates/blocks/schedule_item.html
+++ b/apps/school/templates/blocks/schedule_item.html
@@ -4,7 +4,7 @@
{{ school_schedule }}
- {% if request.user_agent.is_mobile and school_schedule.trial_lesson %}
+ {% if not is_purchased and request.user_agent.is_mobile and school_schedule.trial_lesson %}
Пробный урок
{% endif %}
@@ -20,7 +20,7 @@
{% else %}
{% include './day_pay_btn.html' %}
{% endif %}
- {% if not request.user_agent.is_mobile and school_schedule.trial_lesson %}
+ {% if not is_purchased and not request.user_agent.is_mobile and school_schedule.trial_lesson %}
Пробный урок
{% endif %}