{% extends "dashboard/base.html" %} {% load humanize %} {% block content %}
Semua Belum Dibaca {% if unread_count %}{{ unread_count }}{% endif %} Penting
{% if items %}
{% for m in items %}
{% endfor %}
{% include "dashboard/partials/pagination.html" %} {% else %}

๐Ÿ“ฌ

Kotak masuk kosong

Pesan dari form kontak akan masuk ke sini.

{% endif %} {% endblock %}