{% extends 'base.html' %} {% block self_head_css_js %} {% endblock %} {% block content %} {% include 'nav_cat_bar.html' %}
用户名 | 登录主机 | 来源IP | {% ifnotequal session_role_id 0 %}命令统计 | {% endifnotequal %}回放录像 | 登录时间 | 结束时间 |
---|---|---|---|---|---|---|
{{ post.user }} | {{ 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" }} |