Files
tripwithbonus/templates/blocks/profile/b_subscribe.html
2023-08-11 19:02:26 +03:00

34 lines
774 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% load static %}
<div class="title-profile-cont">
Подписка
</div>
<div>
<div class="state_subscribe">
У вас <a>не оформлена подписка</a>
</div>
<div class="state_subscribe">
Для того, чтобы воспользоваться сервисом - оформите подписку
</div>
</div>
<div class="type_of_subscribes">
<div class="container_subscribe first">
<div class="first-decr-subscribe">
<div>
Лайт
</div>
<div class="price_subscribe">
2 $
</div>
<div class="period_subscribe">
Период: 24 часа
</div>
</div>
</div>
</div>