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

{% if user.name %}{{ user.name }}{% else %}{{ user.localname }}{% endif %}

{{ user.username }}

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

{{ user.followers.count }} follower{{ user.followers.count | pluralize }}, {{ user.following.count }} following