Current Time:

Admin View | 管理頁面

{{homeroomCode[0]}} {{homeroomCode[1]}}

[{{currDate}}]

班級
座號
姓名
英文姓名
{% for p in periods %}
{{p}}
{% endfor %}
{% for i in periods %}
{{absData[currDate][i]['name']}}
{% endfor %}
{% for i in periods %}
{{absData[currDate][i]['teacher']}}
{% endfor %}
{% if data != None %} {% for i in homeroomData %}
{{homeroomCode[0]}}{{homeroomCode[1]}}
{{i}}
{{ homeroomData[i]['name'] }}
{{ homeroomData[i]['eng_name'] }}
{% for j in periods %}
{% if 'signature' in absData[currDate][j] %} {% if i in absData[currDate][j] %} {% if absData[currDate][j][i] == 1 %}

X

{% else %}

𝜑

{% endif %} {% else %} {% if absData[currDate][j]['name'] != 'GP' %}

V

{% else %} {% if (homeroomData[i]['GP_Class'][absData[currDate][j]['teacher']] in absData[currDate][j]['signature'])%}

V

{% else %}

{% endif %} {% endif %} {% endif %} {% elif absData[currDate][j]['name'] == 'GP' %}

{% else %} {% if 'confirm' in absData[currDate] %}

{% else %}

{% endif %} {% endif %}
{% endfor %}
{% endfor %} {% endif %} {% for c in range(periods|length + 1) %} {% if c % 4 == 0 %}
{% endif %}
{% if c == 0 %}
Homeroom Teacher
{% else %} {% if absData[currDate][periods[c-1]]['name'] == 'GP' %} {% if 'signature' in absData[currDate][periods[c-1]] %} {% for i in absData[currDate][periods[c-1]]['signature'] %}
{{periods[c-1]}}: {{absData[currDate][periods[c-1]]['teacher']}}: {{i}}: {{absData[currDate][periods[c-1]]['names'][i]}}

備註: {{absData[currDate][periods[c-1]]['notes']}}
{% endfor %} {% else %}
{{periods[c-1]}}: {{absData[currDate][periods[c-1]]['teacher']}}: No Signature
{% endif %} {% else %}
{{periods[c-1]}}: {{absData[currDate][periods[c-1]]['name']}}: {{absData[currDate][periods[c-1]]['teacher']}}

備註:{{absData[currDate][periods[c-1]]['notes']}}
{% endif %} {% endif %}
{% if c % 4 == 3 %}
{% endif %} {% endfor %}
{% if showUpload == '1' %}

此排 [請勿] 隨意點選

{% endif %}
{% include 'footer.html' %}