{% extends "person/master.html"%} {% block title %} {% if isSessionPerson %} {{ person.getLabelValue|escape }} - Your page {% else %} {% if person %} {{ person.getLabelValue|escape }} - Profile {% else %} Profile - No name specified! {% endif %} {% endif %} {% endblock %} {% block content %} {% if person %} {% if isSessionPerson %}
Login name: {{ person.name|escape }}
Registered name: {{ person.fullname|escape }}
Registered email: {{ person.email|escape }}
This page gives you an overview of the projects you’re associated with, and other useful information about your {{ systemServiceName|escape }} account.
{% else %}This is the profile page for {{ person.getLabelValue|escape }}.
{% endif %} {% if person.memberships.count %}Project | Role | Actions |
---|---|---|
{{membership.project.getLabelValue|escape}} | {{ membership.role.getLabelValue }} |
{% if view.canDeleteMember or isSessionPerson %}
![]() ![]() |
Key string | Actions |
---|---|
{{sshKey.keyString|escape|join:""}} |
![]() |
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.