{% extends "bee_django_user/base.html" %} {% load bee_django_user_filter %} {% block content %} {% include 'bee_django_user/logo.html' %} {% include 'bee_django_user/nav.html' %}

{{ time }}班级总览

{% include 'bee_django_user/class/search.html' %}
{% for class in class_list %}

{{ class.name }}

{% for student in class.get_students %} {% get_user_live_detail student time as detail %} {% endfor %}
本周班级剩余{{ context_coin_name }}:{{ class|get_class_coin|default:"-" }} 发{{ context_coin_name }}
班级进度查看
{{ student.username }} {{ student.first_name }} 录播:{{ detail.0 }}分钟 录播:{{ detail.1 }}次 助教观看{{ detail.2 }}次 录播记录
{% endfor %} {% include 'bee_django_user/paginator.html' %} {% endblock %} {% block scripts %} {% endblock %}