{% extends "bee_django_course/base.html" %} {% block content %}

课件列表

添加课件
共{{ paginator.count }}个
{% for section in section_list %} {% endfor %}
名称
{{ forloop.counter }} {{ section.name }} 详情 修改 {# 删除#}
{% include 'bee_django_course/paginator.html' %} {% endblock %} {% block scripts %} {% endblock %}