{% extends "base.html" %} {% block title %}{{ user.username }} - NanoIDP{% endblock %} {% block content %}
| Tenant | {{ user.tenant }} |
| Identity Class | {% if user.identity_class %} {{ user.identity_class }} {% else %} Not set {% endif %} |
| {{ key }} |
{% if value is iterable and value is not string %}
{{ value|join(', ') }}
{% else %}
{{ value }}
{% endif %}
|
| No custom attributes | |