{% load i18n %} {% load account_tags %} {% load pagination_tags %} {% load avatar_tags %} {% load humanize %}
{# @@@ factor out style into css file #}
{% avatar user 40 %}
{% user_display user %}
{% if user.get_profile.name %}{% trans "Name" %}: {{ user.get_profile.name }}{% endif %}
{% if user.get_profile.about %}{% trans "About" %}: {{ user.get_profile.about }}{% endif %}
{% if user.get_profile.location%}{% trans "Location" %}: {{ user.get_profile.location }}{% endif %}
{% if user.get_profile.website %}{% trans "Website" %}: {{ user.get_profile.website }}{% endif %}