{% extends "base_page.html" %} {% block title %}User Management{% endblock %} {% block page_title %}User Management{% endblock %} {% block content %}
| Full Name | Role | Status | Created | Actions | |
|---|---|---|---|---|---|
| {{ user.full_name }} | {{ user.email }} | {% if user.user_role == 'admin' %} Admin {% elif user.user_role == 'manager' %} Manager {% else %} User {% endif %} | {% if user.is_active %} Active {% else %} Inactive {% endif %} | {{ user.created_at }} |