{% extends "bee_django_course/base.html" %} {% load bee_django_course_filter %} {% block content %}
学生 | 进度 | 学生录播 | 助教观看 | {##} |
---|---|---|---|---|
{{ student }} {{ student.get_user_status }} |
{% get_user_last_course_section student None end_dt as ucs %}
{{ ucs.user_course.course.name }} {{ ucs.section.name }} |
{% get_user_live_report student start_dt end_dt as detail %}
{{ detail.0 }}分钟 / {{ detail.1 }}次 / {{ detail.2 }}天 | {{ detail.3 }}次 / {{ detail.4 }}天 | {#录播记录 | #}
助教 | 进度 | 助教录播 | {##} |
---|---|---|---|
{{ mentor }} {{ mentor.get_user_status }} |
{% get_user_last_course_section mentor None end_dt as ucs %}
{{ ucs.user_course.course.name }} {{ ucs.section.name }} |
{% get_user_live_report mentor start_dt end_dt as detail %}
{{ detail.0 }}分钟 / {{ detail.1 }}次 / {{ detail.2 }}天 | {#录播记录 | #}
学生 | 原班级 | 新班级 | {# | #} |
---|---|---|---|---|
{{ record.student }} {{ record.student.get_user_status }} | {{ record.old_class|default:"" }} | {{ record.new_class |default:"" }} | 【{{ record.created_by }}】 于 【 {{ record.created_at }}】操作 |