{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
{% for dept in contacts.object_list %} {% endfor %}
部门名称 成员数目 备注 操作
{{ dept.name }} {{ dept.id | dept_member }} {{ dept.comment }} 成员 编辑 删除
Showing {{ contacts.start_index }} to {{ contacts.end_index }} of {{ p.count }} entries
{% include 'paginator.html' %}
{% endblock %}