{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
{% for user in users.object_list %} {% endfor %}
用户名 操作
{{ user.username }} 详情 编辑 删除
Showing {{ users.start_index }} to {{ users.end_index }} of {{ p.count }} entries
{% include 'paginator.html' %}
{% endblock %} {% block self_head_css_js %} {% endblock %}