{% extends 'base.html' %} {% block content %}
| Account | |
|---|---|
| Login | {{ criuser.username }} |
| Email address | {% if criuser.email %} {{ criuser.email }} {% endif %} |
| Email aliases |
{% for alias in aliases %}
{{ alias }}
{% endfor %} |
| User ID (UID) | {{ criuser.uid }} |
| Group ID (GID) | {{ criuser.primary_group.gid }} ( {{ criuser.primary_group }}) |
| Kerberos principal | {% if criuser.primary_principal %}{{ criuser.primary_principal }}{% endif %} |
| Identity | |
| First name | {{ criuser.first_name }} |
| Last name | {{ criuser.last_name }} |
| Personal data | |
| Legal first name | {{ criuser.legal_first_name }} |
| Legal last name | {{ criuser.legal_last_name }} |
| Phone number | {% if criuser.phone %}{{ criuser.phone }}{% endif %} |
| Birthdate | {{ criuser.birthdate }} |
| Extra data | |
| Nickname | {{ criuser.nickname }} |
| Call sign | {{ criuser.callsign }} |