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