{% extends "base.html" %} {% block title %}Admin Permissions{% endblock %} {% block nav_permissions %}active{% endblock %} {% block content %}
Control which portal modules each admin user can access.
| Admin User | Access Mode | Modules Configured | Action | |
|---|---|---|---|---|
|
{{ row.user.get_full_name }}
|
{{ row.user.email }} | {% if row.is_restricted %} Restricted {% else %} Full Access {% endif %} | {% if row.is_restricted %} {{ row.perm_count }} / {{ total_modules }} modules configured {% else %} All modules (unrestricted) {% endif %} | Manage |
| No admin users found. Create an admin account first. | ||||