{% extends "base.html" %} {% block title %}User Management - WebSocket SSH Daemon{% endblock %} {% block content %}
| Username | Role | Actions |
|---|---|---|
| {{ user.username }} | {% if user.is_admin %} Admin {% else %} User {% endif %} | {% if user.username != current_user.username %} {% endif %} |