{% extends "base.html" %} {% block title %}Users - Admin - MikroMon{% endblock %} {% block content %}
| ID | Role | Status | Created | |
|---|---|---|---|---|
| {{ u.id }} | {{ u.email }} | {{ u.role.name }} | {% if u.is_active_flag %} active {% else %} disabled {% endif %} | {{ u.created_at }} |