{% load i18n %} {% load pagination_tags %} {% load humanize %} {% load account_tags %}
{# @@@ factor out style into css file #}
{% 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 %}