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

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

{% if user_part.user_section.section.type == 1 %} 返回 {% elif user_part.user_section.section.type == 2 %} 返回 {% 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_partnote.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 %}