You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
519 B
15 lines
519 B
{% if True or not is_purchased and not is_purchased_future %}
|
|
<div class="section" style="padding-bottom: 0px;">
|
|
<div class="section__center center text-center">
|
|
<a
|
|
data-popup=".js-popup-buy"
|
|
class="main__btn btn"
|
|
data-is-camp="1"
|
|
href="#"
|
|
>
|
|
Рисовальный лагерь. Рассчитать стоимость
|
|
</a>
|
|
<a class="main__btn btn btn_stroke-black" href="{% url 'gift-certificates' %}">Подарить другу</a>
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
|