{% load static %} {{ page_title }} | Users Permission System
AI Permission Dashboard

Users Permission System

AI Permission Dashboard

Monitor modules, platforms, RBAC health, and get setup help.

Active Modules

{{ stats.module_count }}

Permissions

{{ stats.permission_count }}

Roles

{{ stats.role_count }}

User Access Profiles

{{ stats.user_access_count }}

Sync Endpoints

{{ stats.sync_endpoint_count }}

Platform Integrations

Platform icons
{% for platform, count in stats.platform_counts.items %}
{{ platform|upper }} {{ count }} endpoint{{ count|pluralize }}
{% empty %}

No sync endpoints configured yet. Add them in Django Admin.

{% endfor %}

Registered adapters: {{ stats.registered_platforms|join:", " }}

AI Setup Assistant

Ask about GitLab, GitHub, PyPI, plugins, middleware, or sync.

Hi! I can help you configure this permission system for any Django project.
{% csrf_token %}

Architecture Overview

System architecture diagram

Modules

{% for module in stats.modules %} {% empty %} {% endfor %}
Label Name External Permissions Sync Endpoints Status
{{ module.label }} {{ module.name }} {% if module.is_external %}Yes{% else %}No{% endif %} {{ module.permission_count }} {{ module.endpoint_count }} {% if module.is_active %} Active {% else %} Inactive {% endif %}
No modules registered.