{% extends "person/master.html"%} {% block title %} {% if isSessionPerson %} {{ person.getLabelValue|escape }} {% else %} {% if person %} {{ person.getLabelValue|escape }} {% else %} Profile - No name specified! {% endif %} {% endif %} {% endblock %} {% block content %} {% if person %} {% if isSessionPerson %}
This page gives you an overview of your {{ systemServiceName|escape }} account.
{% else %}This is the profile page for {{ person.getLabelValue|escape }}.
{% endif %}Site | Description |
---|---|
{{ membership.site.getLabelValue }} | {{ membership.site.description }} |
You'll need to select a user in order to see a user's profile page.
If you were looking for your profile page, please log in.