{% extends "base.html" %} {% block title %}Dashboard Super Admin{% endblock %} {% block page_title %}Dashboard Super Admin{% endblock %} {% block content %}
Selamat datang di panel Super Admin Iqra Path
Total Sekolah
{{ total_schools }}
{{ approved_schools }} aktif
Menunggu Persetujuan
{{ pending_schools }}
Total Pengguna
{{ total_users }}
{{ total_guru }} guru, {{ total_murid }} murid
Kelola Pengguna
User Management
| Sekolah | NPSN | Status | Tanggal Daftar | Aksi |
|---|---|---|---|---|
|
{{ school.name }} {{ school.email or '-' }} |
{{ school.npsn }} | {% if school.status == 'pending' %} Menunggu {% elif school.status == 'approved' %} Aktif {% elif school.status == 'rejected' %} Ditolak {% else %} Ditangguhkan {% endif %} | {{ school.created_at.strftime('%d %b %Y') }} | Detail |
| Belum ada sekolah terdaftar | ||||