{% extends 'admin/base.html' %} {% load static %} {% load currency_filters %} {% block title %}Detail Anggota - Admin Panel{% endblock %} {% block page_title %}Detail Anggota{% endblock %} {% block content %}
{% if anggota.active_role %}{{ anggota.active_role.name }}{% else %}Anggota{% endif %}
{{ anggota.nim }}
{{ anggota.email }}
{{ anggota.no_telepon|default:"-" }}
{{ anggota.tanggal_bergabung|date:"d F Y" }}
Transaksi iuran untuk {{ anggota.nama_lengkap }}
| Judul | Jumlah | Tanggal | Status |
|---|---|---|---|
|
{{ transaksi.judul }}
{{ transaksi.deskripsi|truncatechars:50 }}
|
Rp {{ transaksi.jumlah|number_idr }} | {{ transaksi.tanggal|date:"d M Y" }} | {{ transaksi.get_status_display }} |
Belum ada riwayat iuran