{% if logo %} {{logo | safe }} {% endif %} {% if appname %}
{% if logo %} {{logo | safe }} {% endif %} {% if appname %}
Username | {{user.username}} |
---|---|
Name | {{user.name}} |
{{user.email}} | |
Roles | {{user.roles|join(", ")}} |
Groups | {{user.groups|join(", ")}} |
Permissions | {{user.permissions | join(", ") | safe}} |
Bearer Token |
|
© {{ copyright }}
{% endif %} {% if explanation %}{{ explanation }}
{% endif %}