{% load i18n %} {% load thumbnail %} {# if we can't get profile then return user model itself #} {% with profile=user.get_profile|default_if_none:user %}

{% trans "User" %}

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