{# TODO: 回答完有正确答案的选择,提醒战胜了多少对手 #} {% extends "bee_django_course_simple/user_base.html" %} {% load bee_django_course_simple_filter %} {% load bootstrap3 %} {% block content %}

{% if user_section.is_pass %} {{ user_section.section.title|default:"" }} {{ user_section.section.extra_title }}(已通过) {% elif user_section.is_open %} {{ user_section.section.title|default:"" }}(学习中) {% endif %}

全部课程
下一课
{% endblock content %} {% block scripts %} {% include 'bee_django_course_simple/part/_part-template.html' %} {% include 'bee_django_course_simple/section/_vue_template.html' %} {% include 'bee_django_course_simple/section/_custom_alert.html' %} {% endblock scripts %}