{% if visitor is not empty and visitor.uid > 0 and visitor.uid != user.uid %}
{{ user.name }}
{% if isSubscribed %} Subscribed {% else %} Subscribe {% endif %} {% if isInBL %} Unblock {% else %} Block {% endif %} {% if visitor.premium or visitor.admin %} {% if isInWL %} Remove from VIP {% else %} Add to VIP {% endif %} {% endif %} {% if not isInBLAny %} PM {% endif %} {% endif %} {% if visitor is not empty and visitor.uid == user.uid %} {{ i18n("messages","link.my") }} {{ i18n("messages","link.privateMessages") }} {{ i18n("messages","link.discuss") }} {% endif %} {% if visitor is not empty and visitor.uid == user.uid and false %} {{ i18n("messages","blog.comments") }} Неотвеченные {% endif %} {% if visitor is not empty and visitor.uid == user.uid %} {% if not visitor.verified %} {% else %} {{ i18n("messages","link.settings") }} {% endif %} {% endif %}

{% include "views/partial/usertags" %}
{% if iread is not empty %}
{% for u in iread %} {{ u.name }} {% endfor %}
{% endif %}
{% include "views/partial/footer" %}