{% load mytags %} {% ifequal tab 'tab1' %} {% for group in contacts.object_list %} {% endfor %}
组名 类型 成员数量 授权数量 操作
{{ group.name }} {{ group.type|group_type_to_str }} {{ group.id|member_count }} {{ group.id|perm_count }} 详情 编辑 删除
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 %}
{% else %} {% for user in contacts2.object_list %} {% endfor %}
用户 角色 属组 主机数量 操作
{{ user.name }} {{ user.id | get_role }} {{ user.username | groups_str }} {{ user.id | perm_asset_count }} 详情
Showing {{ contacts2.start_index }} to {{ contacts2.end_index }} of {{ p2.count }} entries
    {% if contacts2.has_previous %} {% else %} {% endif %} {% for page in p2.page_range %} {% ifequal offset1 page %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endifequal %} {% endfor %} {% if contacts2.has_next %} {% else %} {% endif %}
{% endifequal %}