{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
{{ rule.name }}
ID {{ rule.id }}
名称 {{ rule.name }}
时间 {{ rule.date_added | date:"Y-m-d H:i:s"}}
关联用户 {{ roles_name }}
激活
授权用户/用户组
用户 用户组
{% for user in users %} {% endfor %}
{{ user.name }}
{% for group in user_groups %} {% endfor %}
{{ group.name }}
授权主机组/主机组
主机 主机组
{% for asset in assets %} {% endfor %}
{{ asset.ip }}
{% for group in asset_groups %} {% endfor %}
{{ group.name }}
{% endblock %}