{% 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 %}
{% if isAdmin %} Every account on this server. {% else %} The accounts you own, walked down the ownership chain from {{ userName }}. {% endif %}
API tokens are shown as a prefix only. The full value is displayed once, at the moment it is issued.