{% load i18n %}

{{ profile }} {% if profile.title or profile.rank.is_tab %} {% if profile.rank.is_tab %} {{ profile.full_title }} {% else %} {{ profile.full_title }} {% endif %} {% endif %}

{% if user.is_authenticated %}
{% if can_message %} {% elif not is_authenticated_user %} {% endif %} {% if profile.acl_.can_follow %}
{% csrf_token %}
{% endif %} {% if profile.acl_.can_block %}
{% csrf_token %}
{% endif %} {% include "misago/modusers/mod_options.html" %}
{% endif %}