{% extends 'admins/adminbase.html' %} {% load static %} {% block contents %}
Manage system access and roles
| # | Identity | Contact | Region | Status | Actions |
|---|---|---|---|---|---|
| {{forloop.counter}} |
{{i.name|slice:":1"|upper}}
{{i.name}}
ID: {{i.loginid}}
|
{{i.email}}
{{i.mobile}}
|
{{i.locality}} | {% if i.status == 'waiting' %} Pending {% else %} Active {% endif %} | {% if i.status == 'waiting' %} Approved {% else %} {% endif %} |
No users found in the registry. |
|||||