Homeroom
Number
Name
Eng Name
GP_Class
Attendance (Here=V, Abs=X)
{% if data != None %}
{% for i in all_stud_list %}
{{homeroomCode[0]}}{{homeroomCode[1]}}
{{i}}
{{ all_stud_list[i]['name'] }}
{{ all_stud_list[i]['eng_name'] }}
{{ all_stud_list[i]['gpClass'] }}:
{{gpClasses['Class'][all_stud_list[i]['gpClass']]['name']}}
{% if all_stud_list[i]['status'] == 1 %}
V
{% elif all_stud_list[i]['status'] == 2 %}
X
{% endif %}
{% endfor %}
{% endif %}
{% for c in range(confirmedClasses|length) %}
{% if c % 2 == 0 %}
{% endif %}
{{confirmedClasses[c]}}: {{gpClasses['Class'][confirmedClasses[c]]['name']}}
{% if c % 2 == 1 %}
{% endif %}
{% endfor %}
Classes in {{currCategory}}
{% for c in gpClasses['Class'] %}
-
{{c}}: {{gpClasses['Class'][c]['name']}}
-
Classroom: {{ gpClasses['Class'][c]['classroom'] }}
-
Teacher: {{ gpClasses['Class'][c]['teacher'] }}
{% endfor %}
{% if status == 1 %}
Please Sign Below
{% else %}
Please wait for all {{currCategory}} teachers to enter data.
{% endif %}