{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Attribute | Value |
|---|---|
| Realm | {% if perms.realms.view_realm %} {{ object.realm }} {% else %} {{ object.realm }} {% endif %} |
| Username | {{ object.username }} |
| {{ object.email|default:"-" }} | |
| First name | {{ object.first_name|default:"-" }} |
| Last name | {{ object.last_name|default:"-" }} |
| Full name | {{ object.full_name|default:"-" }} |
| Custom attr. 1 | {{ object.custom_attr_1|default:"-" }} |
| Custom attr. 2 | {{ object.custom_attr_2|default:"-" }} |
| Group{{ groups_with_types|length|pluralize }} ({{ groups_with_types|length }}) |
{% if groups_with_types %}
|
| Zentral user{{ zentral_users|length|pluralize }} ({{ zentral_users|length }}) |
{% if zentral_users %}
|