|
|
|
|
@ -44,19 +44,19 @@ |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="letsgo"> |
|
|
|
|
<a |
|
|
|
|
{% if not is_purchased_future %} |
|
|
|
|
{% if not is_purchased and not is_purchased_future %} |
|
|
|
|
<a |
|
|
|
|
{% if not user.is_authenticated %} |
|
|
|
|
data-popup=".js-popup-auth" |
|
|
|
|
{% else %} |
|
|
|
|
data-popup=".js-popup-buy" |
|
|
|
|
{% endif %} |
|
|
|
|
{% endif %} |
|
|
|
|
class="main__btn btn" |
|
|
|
|
href="#" |
|
|
|
|
> |
|
|
|
|
{% if not is_purchased and not is_purchased_future %}купить доступ от {{ min_school_price }} руб./месяц{% endif %} |
|
|
|
|
</a> |
|
|
|
|
> |
|
|
|
|
купить доступ от {{ min_school_price }} руб./месяц |
|
|
|
|
</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|