{% extends 'admin_panel/base.html' %} {% load static %} {% load role_permissions %} {% block title %}Daftar Pelajar - Admin Panel{% endblock %} {% block page_title %}Daftar Pelajar{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block content %}

Data Pelajar

Kelola data pelajar desa

{% if user|can_add:"references" %} Tambah {% endif %} Global Import Export Dashboard
Daftar Pelajar
{% for pelajar in page_obj %} {% empty %} {% endfor %}
No Nama NIK Usia Tingkat Sekolah Status Aksi
{{ forloop.counter0|add:page_obj.start_index }}
{% if pelajar.penduduk.photo and pelajar.penduduk.photo.url %} {{ pelajar.penduduk.name }} {% else %}
{% endif %}
{{ pelajar.penduduk.name }}
{{ pelajar.penduduk.nik }}
{{ pelajar.jenjang|default:"-" }} · {{ pelajar.penduduk.age }}th
{{ pelajar.sekolah|truncatewords:3|default:"-" }} {% if pelajar.status %} {{ pelajar.status|title }} {% endif %}
{{ pelajar.penduduk.nik }} {{ pelajar.penduduk.age }} thn {{ pelajar.jenjang|default:"-" }} {{ pelajar.sekolah|default:"-" }} {% if pelajar.status %} {{ pelajar.status|title }} {% else %} - {% endif %}
{% if user|can_change:"references" %} {% endif %} {% if user|can_delete:"references" %} {% endif %}
{% if user|can_change:"references" %} {% endif %} {% if user|can_delete:"references" %} {% endif %}

Tidak ada data pelajar ditemukan

0 dipilih
{{ page_obj.start_index|default:0 }} - {{ page_obj.end_index|default:0 }} dari {{ page_obj.paginator.count|default:0 }}
{% if page_obj.has_other_pages %}
{% endif %}
{% endblock content %} {% block extra_js %} {% csrf_token %} {% endblock extra_js %}