-
{% block breadcrumbs %}{% end %}
-
{% if auth %}
-
{{ name }}
{% set admin_scopes = sum(1 for scope in handler.token.scopes if scope.endswith('admin')) - 1 %}
{% if admin_scopes > 0 %}
{{ admin_scopes }}
{% end %}
-
{% if avatar %}
-
{% import datetime, anthill.common.access %}
{{ datetime.timedelta(seconds=handler.token.expiration_date - anthill.common.access.utc_time()) }}
- {% import urllib, json %} Your profile {% if gamespace_title %}
- {{ gamespace_title }} {% end %}
- {% for scope in handler.token.scopes %} {{ scope }} {% end %} {% if "admin_audit_log" in handler.token.scopes %}
- Audit Log {% end %}
- Refresh Service List
- Log out
{% end %}
- Terminal