{% extends "base.html" %} {% import "components/macros.html" as ui %} {% block title %}User Management - Stick{% endblock %} {% block content %}
Manage system access, toggle roles, and provision credentials
| Username | Role | Created At | Actions |
|---|---|---|---|
| No registered users found. | |||
| {{ user_item.username }} {% if user_item.username == username %} You {% endif %} | {% if user_item.is_admin %} Administrator {% else %} Standard User {% endif %} | {{ user_item.created_at.format("%B %d, %Y at %H:%M UTC") }} | |