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

{{ user_course.course.title }}

{% for us in user_section_list %}
{% if us.section.group_name %}
{{ us.section.group_name }}
{% endif %}
{{ us.section.title }}{{ us.section.extra_title|default:"" }}
{% for up in us.userpart_set.all %} {% endfor %}
{# #} {# {% if e.is_open %}#} {# {{ e.started_at }} 开始#} {# {% endif %}#} {# {% if e.is_pass %}#} {# {{ e.started_at }} - {{ e.passed_at }}#} {##} {# {% endif %}#} {# #} {% endfor %}
{% include 'bee_django_course_simple/paginator.html' %} {% endblock content %} {% block scripts %} {% endblock scripts %}