{% extends "bee_django_report/base.html" %} {% load bee_django_report_filter %} {% block content %} {% include 'bee_django_report/logo.html' %} {% include 'bee_django_report/nav.html' %}
学生 | 结课时间 | 课程 | 进度 | 打卡 | 录播 | 图片 | |
---|---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ user }} {{ user.get_status|default:"" }} | {{ user.get_expire_date|default:"" }} |
{% get_user_current_course_section user as user_course_section %}
{{ user_course_section.user_course.course }} {{ user_course_section.section }} |
{% if user_course_section %} {% include 'bee_django_report/report/user/_user_section_progress.html' %} {% endif %} | {% if user_course_section %} {% if user_course_section.get_course_punch %} {{ user_course_section.get_punch }}/{{ user_course_section.get_course_punch }} {% endif %} {% endif %} | {% if user_course_section and user_course_section.section.has_videowork %} {{ user_course_section.work_time }}/{{ user_course_section.section.video_length_req }} {% endif %} | {% if user_course_section and user_course_section.section.has_imagework %} {{ user_course_section.get_assignment_img_count }}/{{ user_course_section.section.image_count_req }} {% endif %} |