{% load i18n misago_avatars %}
{% if not profile.is_active %}

{% trans "This user's account has been disabled by administrator." %}

{% endif %}

{{ profile.username }}

    {% if profile.rank.is_tab %}
  • {{ profile.rank.name }}
  • {% else %}
  • {{ profile.rank.name }}
  • {% endif %} {% if profile.title %}
  • {{ profile.title }}
  • {% elif profile.rank.title %}
  • {{ profile.rank.title }}
  • {% endif %}
  • {% blocktrans trimmed with joined_on=profile.joined_on|date %} Member since {{ joined_on }} {% endblocktrans %}