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

课件列表

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