{% extends 'anggota/base.html' %} {% load static %} {% block title %}Notifikasi - HMI Anggota{% endblock %} {% block content %}

Notifikasi

{{ unread_count }} notifikasi belum dibaca

{% for notification in notifications %}

{{ notification.title }}

{{ notification.message }}

{% if not notification.is_read %}
{% endif %}
{{ notification.created_at|date:"d M Y H:i" }}
{% if not notification.is_read %} {% endif %}
{% empty %}

Tidak ada notifikasi

Belum ada notifikasi untuk Anda

{% endfor %}
{% if notifications %}
Tandai Semua Dibaca
{% endif %}

Pengaturan Notifikasi

Email Notifikasi
Push Notifikasi
SMS Notifikasi

Aksi Cepat

{% endblock %}