{% load i18n %} {% load thumbnail %}

{% trans "User" %}

{% thumbnail profile.avatar "80x80" as avatar %} avatar {% empty %} {% endthumbnail %}
{{ profile.user.username }}