{% extends "base.html" %} {% from "components/ui.html" import empty %} {% from "components/grants.html" import grants_of, role_tags %} {% block title %}Users · {{ APP_NAME }}{% endblock %} {% block heading %}Users{% endblock %} {% block subheading %}
| Name | Roles | Grants | |
|---|---|---|---|
| {{ user.name }} {% if user.id == me.user_id %}you{% endif %} {% if user.disabled %}disabled{% endif %} {{ user.id[:16] }}… | {{ role_tags(user.roles) }} | {{ grants_of(user.grants, names) }} | Open |