Notice: This user is banned.
{% if user.active_ban.reason %}
Reason: "{{ user.active_ban.reason }}"
{% endif %}
{% endif %}
{% if not user.is_active %}
Notice: This account has been disabled indefinitely.
{% endif %}
{% if profile.limit_post and user.limit_remaining <= 0 and not user.active_ban %}
Notice: This user is out of posts for today.
{% endif %}
{% if profile.favorite.screenshot %}
{% endif %}
{% user_sidebar_info user profile %}
{% if request.user.is_authenticated and not user.is_me and profile.can_friend or profile.can_follow or request.user.can_manage %}
{% if profile.can_follow and not user.is_me %}
{% endif %}
{% if selection == 0 %}
{% if user.friend_state == 0 %}
{% if profile.can_friend and not user.is_me %}
{% endif %}
{% elif user.friend_state == 1 %}
{% elif user.friend_state == 2 %}
{% elif user.friend_state == 3 %}
{% endif %}
{% endif %}
{% if not user.is_me %}
{% if profile.can_block %}{% endif %}
{% endif %}
{% if fr %}{% fr_accept fr %}{% endif %}
{% if user.friend_state == 0 %}
{{ profile.comment|truncatechars:300|linebreaksbr|urlize }}
{% if profile.comment|length > 299 %}{{ profile.comment|linebreaksbr }}
{% endif %}