{% 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
    {% if contacts.has_previous %} {% else %} {% endif %} {% for page in page_range %} {% ifequal current_page page %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endifequal %} {% endfor %} {% if contacts.has_next %} {% else %} {% endif %}
{% endblock %}