{% load static %} {% load i18n %}
{% translate "Текущая подписка:" %}
{% if user_subscribe.subscribe.name %}{{ user_subscribe.subscribe.name }}{% else %}{% translate "Нет активных подписок" %}{% endif %}
{% translate "Перейти к подпискам" %}
{% if profileForm.errors.firstname %}
{{ profileForm.errors.firstname }}
{% endif %}
{% if profileForm.errors.lastname %}
{{ profileForm.errors.lastname }}
{% endif %}
{% if profileForm.errors.tel %}
{{ profileForm.errors.tel|safe }}
{% endif %}
{% if profileForm.errors.email %}
{{ profileForm.errors.email }}
{% endif %}
{% if profileForm.errors.country %}
{{ profileForm.errors.country }}
{% endif %}
{% if profileForm.errors.city %}
{{ profileForm.errors.city }}
{% endif %}