{% extends "bee_django_course_simple/user_base.html" %} {% load bootstrap3 %} {% load bee_django_course_simple_filter %} {% block styles %} {% endblock %} {% block content %}

{{ user_part.part.title }} {% if user_part.is_pass %} {{ user_part.part.extra_title|default:"" }} {% endif %}

返回 {% if next_user_part %} {% if next_user_part.part.is_video_type %} 下一节 {% elif next_user_part.part.is_question_type %} 下一节 {% endif %} {% endif %}
{% if user_part.part.is_video_type %} {% include 'bee_django_course_simple/part/_custom_user_part_detail_video.html' %} {% include 'bee_django_course_simple/part/_custom_user_notebook.html' %} {% elif user_part.part.is_question_type %} {% include 'bee_django_course_simple/part/_custom_user_part_detail_question.html' %} {% endif %} {% endblock %} {% block scripts %} {% include 'bee_django_course_simple/section/_custom_alert.html' %} {% endblock %}