{% extends "profiles/base.html" %} {% block head %} {% include "geonode/ext_header.html" %} {% include "geonode/app_header.html" %} {{ block.super }} {% endblock %} {% load i18n avatar_tags %} {% block breadcrumb %} {% endblock %} {% block content %}
{% avatar profile.user 70 %}

{{ profile.name }}

{% trans "Name" %}: {{ profile.username }}

{% if user == profile.user or profile.display_email %}

{% trans "Email" %}: {% if profile.email %} {{ profile.email }} {% else %} {{ profile.user.email }} {% endif %}

{% endif %}

{% trans "Organization" %}: {{ profile.organization}}

{% trans "Position" %}:: {{ profile.position}}

{% trans "Voice" %}: {{ profile.voice}}

{% trans "Fax" %}: {{ profile.fax}}

{% trans "Address" %}: {{ profile.delivery}}

{% trans "State" %}: {{ profile.area}}

{% trans "Zip Code" %}: {{ profile.zipcode}}

{% trans "Country" %}: {{ profile.country}}

{% if user == profile.user %}

{% trans "Settings" %}

{% endif %}
{% endblock %} {% block sidebar %}

{% trans "Maps & Data" %}

{% endblock %}