{% load i18n %} {% load humanize %}
{% if user.name %}{{ user.name }}{% else %}{{ user.localname }}{% endif %}
{% blocktrans with date=user.created_date|naturaltime %}Joined {{ date }}{% endblocktrans %}
{{ user.followers.count }} follower{{ user.followers.count | pluralize }}, {{ user.following.count }} following