{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
用户权限申请详细信息列表

{% for post in contacts.object_list %} {% endfor %}
申请人 所属部门 申请主机组 申请主机 申请时间 备注 操作
{{ post.applyer }} {{ post.dept }} {{ post.bisgroup|ast_to_list }} {{ post.asset|ast_to_list }} {{ post.date_add|date:"Y-m-d H:i:s"}} {{ post.comment }} 详情 {% ifnotequal session_role_id 0 %} 确认 删除 {% endifnotequal %}
{% include 'paginator.html' %}
{% endblock %}