{% extends "base.html" %} {% block title %}Dashboard Super Admin{% endblock %} {% block page_title %}Dashboard Super Admin{% endblock %} {% block content %}

Assalamu'alaikum, {{ current_user.name }}

Selamat datang di panel Super Admin Iqra Path

Total Sekolah

{{ total_schools }}

{{ approved_schools }} aktif

Menunggu Persetujuan

{{ pending_schools }}

{% if pending_schools > 0 %} Lihat sekarang → {% endif %}

Total Pengguna

{{ total_users }}

{{ total_guru }} guru, {{ total_murid }} murid

Kelola Pengguna

User Management

Kelola pengguna →

Sekolah Terbaru

Lihat semua →
{% for school in recent_schools %} {% endfor %} {% if not recent_schools %} {% endif %}
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
{% endblock %}