{% load i18n %} {% load humanize %} {% load utilities %} {% load markdown %} {% load layout %} {% load group_tags %}
{% include 'snippets/avatar.html' with user=user large=True %}

{% if user.name %}{{ user.name }}{% else %}{{ user.localname }}{% endif %} {% if user.manually_approves_followers %} {% trans "Locked account" %} {% endif %}

{{ user.username }}

{% blocktrans with date=user.created_date|naturaltime %}Joined {{ date }}{% endblocktrans %}