{% extends 'superuser/base_super_user.html' %} {% block title %}Dashboard | Admin Panel{% endblock %} {% block page_title %}System Dashboard{% endblock %} {% block page_subtitle %}Ecosystem key metrics and recent activity.{% endblock %} {% block content %}
Institutions
{{ total_schools }}
Terminals
{{ total_devices }}
Total Records
{{ total_records }}

System Operations

Institution Hub

Partner List Add Partner

Technical Hub

Monitoring Data Backup

Communications

SMS Config Delivery Logs

System Admin

Public Site Logout

Recent Onboarding

View Inventory
{% for school in recent_schools %} {% endfor %}
Institution Code Joined Date Action
{{ school.name }} {{ school.code }} {{ school.created_at|date:"d M, Y" }}
{% endblock %}