{% 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"}} | {{ post.end_time|date:"Y-m-d H:i:s" }} |