diff --git a/templates/blocks/profile/b_subscribe_variants.html b/templates/blocks/profile/b_subscribe_variants.html index 98a38da..9112bbb 100644 --- a/templates/blocks/profile/b_subscribe_variants.html +++ b/templates/blocks/profile/b_subscribe_variants.html @@ -24,7 +24,11 @@ {{ subscribe.name }}
- {{ subscribe.price|floatformat }} + {% if subscribe.price %} + {{ subscribe.price|floatformat }}$ + {% else %} + Бесплатно + {% endif %}
Период: {{ subscribe.period_name }}