{% 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 the projects you’re associated with, and other useful information about your {{ systemServiceName|escape }} account.
Login name: {{ person.name|escape }}
Full name: {{ person.fullname|escape }}
Email address: {{ person.email|escape }}
{% else %}This is the profile page for {{ person.getLabelValue|escape }}.
{% endif %} {% if tickets %}Ticket | Priority | Summary | Type | Owner | Status | Reporter | {% if isSessionPerson %}Actions | {% endif %}
---|---|---|---|---|---|---|---|
{{ ticket.service.project.name.capitalize|escape }} #{{ ticket.ref }} | {{ ticket.priority }} | {{ ticket.summary }} | {{ ticket.type }} | {% ifnotequal ticket.owner "somebody" %}{{ ticket.owner }}{% else %}{{ ticket.owner }}{% endifnotequal%} | {{ ticket.status }} | {% ifnotequal ticket.reporter "somebody" %}{{ ticket.reporter }}{% else %}{{ ticket.reporter }}{% endifnotequal%} | {% if isSessionPerson %}
{% if isSessionPerson %}
![]() |
{% endif %}
Project | Role | {% if view.canUpdateMember or view.canDeleteMember or isSessionPerson %}Actions | {% endif %}
---|---|---|
{{membership.project.getLabelValue|escape}} | {{ membership.role.getLabelValue }} | {% if view.canUpdateMember or view.canDeleteMember or isSessionPerson %}
{% if view.canUpdateMember %}
![]() ![]() |
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.