This commit is contained in:
2023-09-05 21:56:08 +03:00
parent cc00322a04
commit 6c6801c1f0

View File

@@ -56,7 +56,13 @@
<div class="another_subscribe">
<div class="name_subscribe_another padding-n-width-another-subscribes">{{ item.name }}</div>
<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 class="text_another_subscribe padding-n-width-another-subscribes">
Период:<span class="orange-text">{{ item.period_name }}</span>