认证要求:需通过认证
共有{{ ucs.usercertifyrecord_set.all|length }}条记录
{% for record in ucs.usercertifyrecord_set.all %}
开启时间:{{ record.created_at }},状态: {{ record.get_status }} {% if record.user_live %} 查看 {% endif %} {% if record.operator %} 。操作人:{{ record.operator.first_name }}{% endif %}{% if record.operated_at %}, {{ record.operated_at }}{% endif %}
{% if record.status == 1 %} 通过 驳回 {% endif %} {% if record.status == 0 or record.status == 1 %} 关闭 {% endif %}
{% if record.status == 1 %}
注:驳回会导致本课练习时间变更为{{ record.detail.live_mins }} + {{ ucs.section.video_length_req }}分钟。
{% endif %}
{% endfor %}