{% block content %} 返回 {% for row in data %} {% endfor %}
人員ID 人員姓名 上班打卡時間 上班打卡影像 下班打卡時間 下班打卡影像 工時
{{ row[0] }} {{ row[1] }} {{ row[2] }} {{ row[4] }} {{ row[6] }}
{% endblock %}