{% extends "bee_django_user/base.html" %} {#{% load bee_django_crm_filter %}#} {% block content %} {% include 'bee_django_user/logo.html' %} {% include 'bee_django_user/nav.html' %}

班级列表

添加班级
{% for class in class_list %} {% endfor %}
班级名称 助教
{{ class.name }} {{ class.assistant.first_name }} 详情 {% if perms.user_class.change %} 修改 {% endif %} {# 删除#}
{% include 'bee_django_user/paginator.html' %} {% endblock %} {% block scripts %} {% endblock %}