diff --git a/app/templates/form_nilai.html b/app/templates/form_nilai.html index fc455cb..fba2cbc 100644 --- a/app/templates/form_nilai.html +++ b/app/templates/form_nilai.html @@ -89,6 +89,21 @@ {% endif %} + {% set ada_kelas = grid and grid|selectattr('kelas')|list|length > 0 %} + {% if ada_kelas %} + {% set semua_kelas = grid|map(attribute='kelas')|select|unique|sort|list %} +
+ {% endif %} + {% if grid and tabel_komponen and komponen_daftar %}Angka = rata-rata skor mentah tiap sesi/tugas komponen itu yang diikuti mahasiswa (bukan lewat Sub-CPMK). Ketik untuk menimpa — @@ -109,7 +124,7 @@
{% for r in tabel_komponen %} {% set ri = loop.index0 %} -