{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
未授权资源和资源组
{# 添加用户 #}
{% for user in users.object_list %} {% endfor %}
主机 用户角色
192.168.10.128
Showing {{ users.start_index }} to {{ users.end_index }} of {{ p.count }} entries
{% include 'paginator.html' %}
授权资源和资源组
{% for user in users.object_list %} {% endfor %}
主机 用户角色
{{ user.name }} 详情 编辑
Showing {{ users.start_index }} to {{ users.end_index }} of {{ p.count }} entries
{% include 'paginator.html' %}
未授权资源和资源组
{# 添加用户 #}
{% for user in users.object_list %} {% endfor %}
主机 用户角色
192.168.10.128
Showing {{ users.start_index }} to {{ users.end_index }} of {{ p.count }} entries
{% include 'paginator.html' %}
授权资源和资源组
{% for user in users.object_list %} {% endfor %}
主机 用户角色
{{ user.name }} 详情 编辑
Showing {{ users.start_index }} to {{ users.end_index }} of {{ p.count }} entries
{% include 'paginator.html' %}
{% endblock %}