|
|
|
|
@ -6,26 +6,32 @@ |
|
|
|
|
{% include "../blocks/profile-menu.html" with active="bonuses" %} |
|
|
|
|
|
|
|
|
|
<div class="section section_gray" style="padding-bottom: 0;"> |
|
|
|
|
<div class="section__center center center_xs"> |
|
|
|
|
<div class="section__center center center_sm"> |
|
|
|
|
<div class="title title_sm">Бонусы</div> |
|
|
|
|
<div class="text">У вас {{ request.user.bonus|rupluralize:"бонус,бонуса,бонусов" }}</div> |
|
|
|
|
<div class="bonuses"> |
|
|
|
|
<div class="bonuses__count">У вас <b>{{ request.user.bonus }}</b> Lil</div> |
|
|
|
|
<div class="bonuses__course"> |
|
|
|
|
<img class="bonuses__lil-coin-img" src="{% static 'img/lilcoin.png' %}" />1 Lil = 1 Р |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div> |
|
|
|
|
Вы можете пригласить своих друзей в наш сервис, за это |
|
|
|
|
{% if config.REFERRER_BONUS == config.REFERRAL_BONUS %} |
|
|
|
|
вы и они получите по {{ config.REFERRER_BONUS }}% |
|
|
|
|
{% else %} |
|
|
|
|
вы получите {{ config.REFERRER_BONUS }}%, а они {{ config.REFERRAL_BONUS }}% |
|
|
|
|
{% endif %} |
|
|
|
|
от суммы их первой покупки на бонусный счет. Приглашайте друзей, накапливайте бонусные баллы, тратьте бонусы |
|
|
|
|
на приобретения доступа к школе и курсам. |
|
|
|
|
Приглашайте друзей в Lil School и получайте {{ config.REFERRER_BONUS }}% |
|
|
|
|
от суммы их первой покупки. Накапливайте монеты и тратьте их на оплату школы и курсов. |
|
|
|
|
<br> |
|
|
|
|
Просто отправьте им эту ссылку, по которой они смогут зарегистрироваться: |
|
|
|
|
Просто отправьте эту ссылку, по которой ваши друзья могут присоединиться к нам: |
|
|
|
|
</div> |
|
|
|
|
<div class="form__field field" style="margin-bottom: 0;"> |
|
|
|
|
<div class="field__wrap"> |
|
|
|
|
<input id="referrer-url" class="field__input" type="text" value="{{ referrer_url }}" readonly="readonly"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="section section_gray"> |
|
|
|
|
<div class="section__center center center_xs"> |
|
|
|
|
<div class="form__field field" style="margin-bottom: 40px;"> |
|
|
|
|
<div class="referrer-url field__wrap"> |
|
|
|
|
<input id="referrer-url" class="referrer-url__input field__input" type="text" value="{{ referrer_url }}" readonly="readonly"> |
|
|
|
|
<button class="referrer-url__btn go__btn btn" data-clipboard-target="#referrer-url">Копировать ссылку</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% include 'templates/blocks/share.html' with share_object_name="ссылкой" share_url=referrer_url %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|