0.0.231
This commit is contained in:
@@ -56,7 +56,13 @@
|
|||||||
<div class="another_subscribe">
|
<div class="another_subscribe">
|
||||||
<div class="name_subscribe_another padding-n-width-another-subscribes">{{ item.name }}</div>
|
<div class="name_subscribe_another padding-n-width-another-subscribes">{{ item.name }}</div>
|
||||||
<div class="text_another_subscribe padding-n-width-another-subscribes">
|
<div class="text_another_subscribe padding-n-width-another-subscribes">
|
||||||
Стоимость:<span class="orange-text">{{ item.price }}</span>
|
Стоимость:<span class="orange-text">
|
||||||
|
{% if item.price %}
|
||||||
|
{{ item.price|floatformat }}$
|
||||||
|
{% else %}
|
||||||
|
Бесплатно
|
||||||
|
{% endif %}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="text_another_subscribe padding-n-width-another-subscribes">
|
<div class="text_another_subscribe padding-n-width-another-subscribes">
|
||||||
Период:<span class="orange-text">{{ item.period_name }}</span>
|
Период:<span class="orange-text">{{ item.period_name }}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user