|
|
|
|
@ -1,11 +1,6 @@ |
|
|
|
|
{% load static %} |
|
|
|
|
<div class="section section_arts"> |
|
|
|
|
<div class="section__center center"> |
|
|
|
|
<div class="title title_center">Первая онлайн-школа креативного мышления для детей! 5+</div> |
|
|
|
|
<div class="text text_arts"> |
|
|
|
|
<p>Каждый день, с понедельника по пятницу в 17:00 по московскому времени мы встречаемся в прямом эфире по пяти предметам:</p> |
|
|
|
|
<img class="text__curve text__curve_two" src="{% static 'img/curve-2.svg' %}" width="211"> |
|
|
|
|
</div> |
|
|
|
|
<div class="arts"> |
|
|
|
|
<div class="arts__col"> |
|
|
|
|
<div class="arts__item" style="background-image: url({% static 'img/art1.png' %});"> |
|
|
|
|
@ -33,28 +28,5 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="letsgo"> |
|
|
|
|
{% if is_purchased %} |
|
|
|
|
<a |
|
|
|
|
{% if not user.is_authenticated %} |
|
|
|
|
data-popup=".js-popup-auth" |
|
|
|
|
{% else %} |
|
|
|
|
data-popup=".js-popup-buy" |
|
|
|
|
{% endif %} |
|
|
|
|
class="main__btn btn" |
|
|
|
|
href="#" |
|
|
|
|
>ваша подписка истекает {{ subscription_ends_humanize }}<br/>перейти к оплате</a> |
|
|
|
|
{% else %} |
|
|
|
|
<a |
|
|
|
|
{% if not user.is_authenticated %} |
|
|
|
|
data-popup=".js-popup-auth" |
|
|
|
|
{% else %} |
|
|
|
|
data-popup=".js-popup-buy" |
|
|
|
|
{% endif %} |
|
|
|
|
class="main__btn btn" |
|
|
|
|
href="#" |
|
|
|
|
>купить доступ от {{ min_school_price }} руб./месяц</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|