{% extends 'admin_panel/base.html' %} {% load static %} {% load role_permissions %} {% block page_title %}Data Penduduk{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Kelola data penduduk desa secara terpusat
|
|
No | Foto | Nama | NIK | No KK | Dusun | Gender | Status | Aksi |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ forloop.counter|add:page_obj.start_index|add:"-1" }} |
{% if penduduk.photo and penduduk.photo.url %}
|
{{ penduduk.name }}
|
{% if penduduk.nik %}{{ penduduk.nik|slice:":4" }}...{% else %}-{% endif %} {{ penduduk.nik|default:"-" }} | {% if penduduk.kk_number %}{{ penduduk.kk_number|slice:":4" }}...{% else %}-{% endif %} {{ penduduk.kk_number|default:"-" }} | {{ penduduk.dusun.name|default:"-" }} | {{ penduduk.gender }} | {% if penduduk.is_active %}Aktif{% else %}Tidak{% endif %} | |
Tidak ada data pendudukGunakan tombol "Tambah Penduduk" untuk menambah data |
|||||||||
Gunakan tombol "Tambah Penduduk" di atas untuk menambahkan data baru