{% 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 %}
{% trans "Name" %} | {{ profile_user|sph_user_displayname }} |
---|---|
{% trans "Email Address" %} | {{ profile_user|sph_publicemailaddress }} |