{% extends 'base.html' %} {% load static %} {% load custom_filters %} {% block title %}Detail Siswa - {{ student.name }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ student.get_class_display }}
Status Akun Django
{% if student.user %}Terdaftar
Belum membuat akun
{% endif %}Password Tergenerate
{% if student.generated_password %}{% if student.password_changed %} ✓ Password sudah diubah oleh siswa {% else %} ⚠ Siswa belum mengubah password default {% endif %}
Belum di-generate
{% endif %}Percobaan Login Gagal
{{ student.login_attempts }}/5
Mendekati batas kunci
{% else %}Status aman
{% endif %}Status Akun
{% if student.is_locked %} Terkunci {% else %} Aktif {% endif %}
{% if student.is_locked %} Akun terkunci karena banyak percobaan login gagal {% else %} Akun berfungsi normal {% endif %}
{% if student.is_locked %} {% endif %}Percobaan Terakhir
{% if student.last_login_attempt %}{{ student.last_login_attempt|date:"d M Y" }}
Pukul {{ student.last_login_attempt|date:"H:i" }} WIB
{% with days_ago=student.last_login_attempt|timesince %} {{ days_ago }} yang lalu {% endwith %}
{% else %}Belum ada
{% endif %}Status Password
{% if student.password_changed %} Sudah Diubah {% else %} Masih Default {% endif %}
{% if student.password_changed %} Siswa telah mengubah password default mereka {% else %} Siswa belum mengubah password yang dibuat sistem {% endif %}
Durasi Akun
{% if student.user %} {% with days_created=student.user.date_joined|timesince %} {{ days_created }} yang lalu {% endwith %} {% else %} Belum ada akun {% endif %}
{% if student.user %} Akun dibuat sejak {{ student.user.date_joined|date:"d F Y" }} {% else %} Akun django belum dibuat untuk siswa ini {% endif %}
Tanggal Ditambahkan
{{ student.created_at|date:"d F Y" }}
Pukul {{ student.created_at|date:"H:i" }} WIB
Terakhir Diubah
{{ student.updated_at|date:"d F Y" }}
Pukul {{ student.updated_at|date:"H:i" }} WIB
Waktu Mulai Tes
{% if student.test_date %}{{ student.test_date|date:"d F Y" }}
Pukul {{ student.test_date|date:"H:i" }} WIB
{% else %}Belum ada
{% endif %}Status Password
{% if student.password_changed %}Sudah Diubah
{% else %}Masih Default
{% endif %}Siswa belum memulai tes RMIB. Klik tombol di bawah untuk memulai tes minat dan bakat.
Mulai Tes RMIBSiswa sedang mengerjakan tes RMIB. Progress otomatis tersimpan setiap 30 detik.
Lanjutkan Tes
Diselesaikan pada: {{ student.rmib_result.submitted_at|date:"d F Y, H:i" }} WIB
{% if student.rmib_result.edited_at %}
Terakhir diedit: {{ student.rmib_result.edited_at|date:"d F Y, H:i" }} WIB
{% endif %}
Total Skor
{{ student.rmib_result.total_score }}
dari 720 poin
Minat Utama
Level {{ student.rmib_result.primary_level }}
{{ student.rmib_result.primary_level|multiply:5 }} poin
Minat Kedua
Level {{ student.rmib_result.secondary_level }}
{{ student.rmib_result.secondary_level|multiply:5 }} poin
Minat Ketiga
Level {{ student.rmib_result.tertiary_level }}
{{ student.rmib_result.tertiary_level|multiply:5 }} poin
Minat Utama
{% for cat_key, level in student.rmib_result.get_ranking_summary|slice:":1" %} {{ cat_key|upper }} {% endfor %}
Minat Kedua
{% for cat_key, level in student.rmib_result.get_ranking_summary|slice:"1:2" %} {{ cat_key|upper }} {% endfor %}
Minat Ketiga
{% for cat_key, level in student.rmib_result.get_ranking_summary|slice:"2:3" %} {{ cat_key|upper }} {% endfor %}
Belum Ada Hasil Tes
Hasil tes akan muncul setelah siswa menyelesaikan tes RMIB
Tentang RMIB: Tes RMIB (Rothwell Miller Interest Blank) adalah alat penilaian minat dan bakat siswa terhadap berbagai bidang pekerjaan. Gunakan hasil tes ini sebagai panduan dalam memilih jurusan dan karir di masa depan.
Total Skor
{{ student.rmib_result.total_score }}
dari 720 poin maksimal
Minat Utama
{{ student.rmib_result.primary_level }}/12
Level
{{ student.rmib_result.primary_level|multiply:5 }} poin
Minat Kedua
{{ student.rmib_result.secondary_level }}/12
Level
{{ student.rmib_result.secondary_level|multiply:5 }} poin
Minat Ketiga
{{ student.rmib_result.tertiary_level }}/12
Level
{{ student.rmib_result.tertiary_level|multiply:5 }} poin
MINAT UTAMA
{% for cat_key, level in student.rmib_result.get_ranking_summary|slice:":1" %}Progress
{% widthratio level 12 100 %}% dari maksimal
MINAT KEDUA
{% for cat_key, level in student.rmib_result.get_ranking_summary|slice:"1:2" %}Progress
{% widthratio level 12 100 %}% dari maksimal
MINAT KETIGA
{% for cat_key, level in student.rmib_result.get_ranking_summary|slice:"2:3" %}Progress
{% widthratio level 12 100 %}% dari maksimal
Tes Diselesaikan: {{ student.rmib_result.submitted_at|date:"d F Y, H:i" }} WIB
{% if student.rmib_result.edited_at %}Terakhir Diedit: {{ student.rmib_result.edited_at|date:"d F Y, H:i" }} WIB
{% endif %}Status: {{ student.rmib_result.get_status_display }}
{{ achievement.get_level_display }} • {{ achievement.get_rank_display }}
{{ achievement.points }} poin
{{ achievement.year }}
{{ achievement.notes }}
{% endif %} {% if achievement.certificate %} {% endif %}