{% extends "layout.html" %} {% block content %}
Total Users
Active Users
Unverified
Blocked
Administrators
Supervisors
| Username | Role | Team | Status | Created | Actions | |
|---|---|---|---|---|---|---|
| {{ user.username }} {% if user.two_factor_enabled %} 🔒 {% endif %} | {{ user.email }} | {{ user.role.value }} | {% if user.team %} {{ user.team.name }} {% else %} No team {% endif %} | {% if user.is_blocked %}Blocked{% elif not user.is_verified %}Unverified{% else %}Active{% endif %} | {{ user.created_at.strftime('%Y-%m-%d') }} | Edit {% if user.id != g.user.id %} {% endif %} |