| User | Role | Department | Contact | Status | Last Login | Actions |
|---|---|---|---|---|---|---|
|
{% if user.profile_picture %}
{{ user.first_name|first|default:user.username|first|upper }}{{ user.last_name|first|upper }}
{% endif %}
{{ user.get_display_name }}
{{ user.username }}
{% if user.employee_id %}
ID: {{ user.employee_id }} {% endif %} |
{{ user.role|title }} |
{% if user.department %}
{{ user.department }}
{% if user.job_title %}
{{ user.job_title }} {% endif %} {% else %} - {% endif %} |
{{ user.email }}
{% if user.phone_number %}
{{ user.phone_number }}
{% endif %}
|
{% if user.is_active %}
Active
{% else %}
Inactive
{% endif %}
{% if not user.is_approved %}
Pending Approval
{% endif %}
{% if user.is_account_locked %}
Locked
{% endif %}
{% if user.two_factor_enabled %}
2FA
{% endif %}
|
{% if user.last_login %} {{ user.last_login|timesince }} ago {% else %} Never {% endif %} | |
|
No users found. |
||||||