{% extends 'base.html' %} {% block content %} {% include 'nav_cat_bar.html' %}
用户名 | 所属部门 | 登录主机 | 来源IP | {% ifnotequal session_role_id 0 %}实时监控 | 阻断 | {% endifnotequal %}登录时间 |
---|---|---|---|---|---|---|
{{ post.user }} | {{ post.dept_name }} | {{ post.host }} | {{ post.remote_ip }} | {% ifnotequal session_role_id 0 %}监控 | {% endifnotequal %} | {{ post.start_time|date:"Y-m-d H:i:s" }} |