{% extends "sphene/community/base.html" %} {% load i18n %} {% load sph_extras %} {% block content %} {% trans "Profile for" %} {% sph_html_user profile_user %}{% if has_edit_permission %} [ {% trans "Edit" %} ]{% endif %}

{{ additionalprofile }}
{% trans "Name" %} {{ profile_user|sph_user_displayname }}
{% trans "Email Address" %} {{ profile_user|sph_publicemailaddress }}
{% for block in profile_blocks %}
{{ block }}
{% endfor %} {% endblock %}