{% extends 'base.html' %} {% block self_head_css_js %} {% endblock %} {% block content %} {% include 'nav_cat_bar.html' %}
用户日志详细信息列表

to
{% ifnotequal session_role_id 0 %} {% endifnotequal %} {% for post in contacts.object_list %} {% ifnotequal session_role_id 0 %} {% endifnotequal %} {% endfor %}
用户名 登录主机 来源IP 命令统计 回放录像 登录时间 结束时间
{{ post.user }} {{ post.host }} {{ post.remote_ip }} 命令统计 回放 {{ post.start_time|date:"Y-m-d H:i:s"}} {{ post.end_time|date:"Y-m-d H:i:s" }}
{% include 'paginator.html' %}
{% endblock %} {% block self_footer_js %} {% endblock %}