|
|
|
@ -1,7 +1,6 @@ |
|
|
|
{% load static %} |
|
|
|
{% load static %} |
|
|
|
<div class="section section_school" id="about"> |
|
|
|
<div class="section section_school" id="about"> |
|
|
|
<div class="section__center center"> |
|
|
|
<div class="section__center center"> |
|
|
|
<div class="title title_center">Lil City School</div> |
|
|
|
|
|
|
|
<div class="text text_only_curve"> |
|
|
|
<div class="text text_only_curve"> |
|
|
|
<img class="text__curve text__curve_one" src="{% static 'img/curve-1.svg' %}" width="320"> |
|
|
|
<img class="text__curve text__curve_one" src="{% static 'img/curve-1.svg' %}" width="320"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -43,5 +42,28 @@ |
|
|
|
<div class="school__text">пропущенные дни</div> |
|
|
|
<div class="school__text">пропущенные дни</div> |
|
|
|
</div> |
|
|
|
</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> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|