Grade
Class Code
Number
Name
Eng Name
Attendance (Check Absent)
{% if data != None %}
{% for grade in all_stud_list %}
{% for homeroom in all_stud_list[grade] %}
{% for student in all_stud_list[grade][homeroom] %}
{{grade}}
{{homeroom}}
{{ student }}
{{ all_stud_list[grade][homeroom][student]['name'] }}
{{ all_stud_list[grade][homeroom][student]['eng_name'] }}
{% endfor %}
{% endfor %}
{% endfor %}
{% endif %}
Please Sign Below