{% extends "base.html" %} {% block title %} 分组列表 {% endblock %} {% block content %}

分组列表

{% url "addgroupurl" as theaddgroupurl %} 新建分组 {% url "listgroupurl" as thelistgroupurl %} 分组列表 {% url "addxlsgroupurl" as theaddxlsgroupurl %} 批量导入 {% url "removegroupsurl" as theremovegroupsurl %} 批量删除

{% for i in lPage %} {% endfor %}
分组ID 分组名称 操作
{{ i.classid }} {{ i.name }}
{% include "common/paginator.html" %} {% endblock %}