{% extends "admin/base.html" %} {% load static %} {% load currency_filters %} {% block title %}Event Registrations - {{ event.judul }}{% endblock %} {% block content %}
Kelola Pendaftar Event
| Pendaftar | Kontak | Instansi | Status | Pembayaran | Tanggal Daftar | Aksi |
|---|---|---|---|---|---|---|
|
{{ registration.nama_lengkap|first|upper }}
{{ registration.nama_lengkap }}
{% if registration.peserta %}
Anggota
{% endif %}
|
{{ registration.email }}
{% if registration.no_telepon %}
{{ registration.no_telepon }}
{% endif %}
|
{{ registration.instansi|default:"-" }}
|
{% if registration.status == 'approved' %} Disetujui {% elif registration.status == 'rejected' %} Ditolak {% else %} Menunggu {% endif %} |
{% if event.biaya_pendaftaran > 0 %}
{% if registration.bukti_pembayaran %}
Sudah Bayar
{% if registration.payment_status == 'verified' %}
Terverifikasi
{% endif %}
{% else %}
Belum Bayar
{% endif %}
{% else %}
Gratis
{% endif %}
|
{{ registration.created_at|date:"d M Y" }}
{{ registration.created_at|date:"H:i" }}
|
Detail
{% if registration.status != 'approved' %}
{% endif %}
{% if registration.status != 'rejected' %}
{% endif %}
{% if registration.no_telepon %}
{% if registration.status == 'approved' or registration.status == 'pending' %}
{% endif %}
{% if registration.status == 'rejected' or registration.status == 'pending' %}
{% endif %}
{% endif %}
|
|
Tidak ada pendaftar ditemukan Coba ubah filter atau kata kunci pencarian |
||||||
Menampilkan {{ registrations.start_index }} sampai {{ registrations.end_index }} dari {{ registrations.paginator.count }} hasil