{% 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 %}
{% trans "Name" %}: {{ profile.username }}
{% trans "Email" %}: {{ profile.user.email }}
{% 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}}