{% extends 'admin/base.html' %} {% load static %} {% block title %}Daftar Notifikasi - Admin Panel{% endblock %} {% block content %}
Kelola notifikasi untuk anggota
| Judul | Pesan | Tipe | Status | Tanggal | Aksi |
|---|---|---|---|---|---|
|
{{ notif.title }}
Untuk semua anggota
|
{{ notif.message|truncatechars:100 }}
|
{% if notif.notification_type == 'success' %} Berhasil {% elif notif.notification_type == 'warning' %} Peringatan {% elif notif.notification_type == 'error' %} Error {% else %} Informasi {% endif %} | {% if notif.is_active %} Aktif {% else %} Nonaktif {% endif %} | {{ notif.created_at|date:"d M Y H:i" }} |
Menampilkan {{ notifikasi.start_index }} sampai {{ notifikasi.end_index }} dari {{ notifikasi.paginator.count }} hasil