{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Every account the signed-in tenant may administer. The row set comes from the server already filtered by the ownership walk — this page never asks for "all users". {% endcomment %} {% block title %}Users{% endblock %} {% block content %}

Accounts

{% if isAdmin %} Every account on this server. {% else %} The accounts you own, walked down the ownership chain from {{ userName }}. {% endif %}

{% if canCreateUser %} New account {% endif %}
of shown
Loading accounts…
User Role / ACL Owner Sites State API Last login
you
·
none {% if canCreateUser %} {% endif %} {% if canChangeACL %} {% endif %} {% if canDeleteUser %} {% endif %}

API tokens are shown as a prefix only. The full value is displayed once, at the moment it is issued.

{% endblock %} {% block scripts %} {% endblock %}