{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
用户授权详情
{% for perm in contacts.object_list %} {% endfor %}
名称 用户组 主机组 备注 操作
{{ perm.name }} {% for user_group in perm.user_group.all %} {{ user_group.name }} {% endfor %} {% for asset_group in perm.asset_group.all %} {{ asset_group.name }} {% endfor %} {{ perm.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 %}
{# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% 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 page_range2 %}#} {# {% ifequal current_page page %}#} {#
  • {{ page }}
  • #} {# {% else %}#} {#
  • {{ page }}
  • #} {# {% endifequal %}#} {# {% endfor %}#} {# {% if contacts2.has_next %}#} {# #} {# {% else %}#} {# #} {# {% endif %}#} {#
#} {#
#} {#
#} {#
#}
{% endblock %}