{% extends "bee_django_course_simple/base.html" %} {% load bee_django_course_simple_filter %} {% block content %}

课件列表

添加课件
共{{ paginator.count }}个
{% for section in section_list %} {% endfor %}
顺序 标题 额外标题
{{ forloop.number }} {{ section.title}} {{ section.extra_title|default:"" }} 详情 修改 {# 删除#}
{% include 'bee_django_course/paginator.html' %} {% endblock %} {% block scripts %} {% endblock %}