{% extends "bee_django_course/base.html" %} {% load bee_django_course_filter %} {% block content %}
学生 | 查看 | |
---|---|---|
{{ forloop.counter }} | {{ live.user }} | {% if live.record_status == '10' %} 查看 {% elif live.record_status == '20' %} 录制失败 {% elif live.record_status == '30' %} 视频过长 {% else %} 转码中 {% endif %} |