{% extends 'teacher/teacherBase.html' %} {% block content %}
日期区间:
-
{% if filterType != 'no_query' %}
{% for i,person in students.items() %} {% if person['name2'] %} {% endif %} 课堂考勤率: 学生考勤率: {% if filterType == 'no_query' %}

最近一周课堂(不含今日)

{% endif %} {% if filterType == 'only_date' and students %} {% for student in students.values() %} {% endfor %}
姓名 课次
{{student['name']}}{% if student['name2'] %} | {{student['name2']}}{% endif %} {{student['class_qtt']}}
{% endif %} {% for checkclass in checkclasses.values() %}

{{checkclass['name']}} | {{checkclass['date']}} {{checkclass['startTime']}}-{{checkclass['endTime']}}

{% if not checkclass['confirmed'] %} {% endif %}
{% for student in checkclass['students'].values() %} {% endfor %}
{% endfor %} {% endblock %} {% block script %} {% endblock %}