{% extends "bee_django_course/base.html" %} {% load bootstrap3 %} {% load bee_django_course_filter %} {% block content %}
配图 |
{% if section.image %}
|
名称 | {{ section.name }} |
是否自动通过 | {{ section.get_auto_pass_text }} |
说明 | {{ section.info | safe }} |
要求录制时长(分钟) | {{ section.video_length_req }} |
是否需要上传图片 | {% if section.has_imagework %} 是 {% else %} 否 {% endif %} |
要求提交图片数量 | {{ section.image_count_req }} |
已添加的附件 | {% for e in attachs %} {{ e.file_name }} {% endfor %} |
已关联的视频 | {% for e in section.sectionvideo_set.all %} {% endfor %} |
测试问卷 | {% if section.get_questions|length > 0 %} 查看:{{ section.get_questions|length }}问题 {% else %} 添加 {% endif %} |