{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
查看用户 show user info.
{% for user in contacts.object_list %} {% endfor %}
ID 用户名 姓名 部门 用户组 角色 激活 操作
{{ user.id }} {{ user.username }} {{ user.name }} {{ user.username|group_manage_str }} {{ user.username|groups_str }} {{ user.id|get_role }} {{ user.is_active|bool2str }} 详情 编辑 删除
Showing {{ contacts.start_index }} to {{ contacts.end_index }} of {{ p.count }} entries
    {% if contacts.has_previous %} {% else %} {% endif %} {% for page in p.page_range %} {% ifequal offset1 page %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endifequal %} {% endfor %} {% if contacts.has_next %} {% else %} {% endif %}
{% endblock %}