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

课件列表

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