{% extends "base.html" %} {% block content %}

Manage Users

Add New User
{% for user in users %} {% endfor %}
ID Username Role Actions
{{ user.id }} {{ user.username }}
Back to Dashboard {% endblock %}