{% extends "person/master.html"%} {% block title %} {% if isSessionPerson %} {{ person.getLabelValue }} - Your page {% else %} {% if person %} {{ person.getLabelValue }} - Profile {% else %} Profile - No name specified! {% endif %} {% endif %} {% endblock %} {% block content %} {% if isSessionPerson %}
Login name: {{ person.name }}
Registered name: {{ person.fullname }}
Registered email: {{ person.email }}
This page gives you an overview of the projects you’re associated with, and other useful information about your {{ systemServiceName }} account.
{% if canUpdatePerson %} {% endif %} {% if canDeletePerson %} {% endif %} {% else %} {% if person %}This is the profile page for {{ person.getLabelValue }}.
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.