{% extends 'admin/layouts/base.html' %} {% block title %}Dashboard{% endblock %} {% block content %}

Total Users

{{ stats.total_users }}


Active Groups

{{ stats.total_groups }}


Online Users

{{ stats.online_users }}


System Status

{{ stats.system_status }}


Recent Activity

Last 7 days

{% for activity in recent_activities %} {% endfor %}
User Action Time Status
{{ activity.user.name }}
{{ activity.user.name }}

{{ activity.user.email }}

{{ activity.action }}

{{ activity.description }}

{{ activity.timestamp }} {{ activity.status }}
System Information
Version: {{ system_info.version }}
Uptime: {{ system_info.uptime }}
Memory: {{ system_info.memory_usage }}%
CPU: {{ system_info.cpu_usage }}%
{% endblock content %}