{% extends 'base.html' %} {% block self_head_css_js %} {% endblock %} {% block content %} {% include 'nav_cat_bar.html' %}
用户日志详细信息列表
{% for post in contacts.object_list %} {% endfor %}
ID 用户名 登录主机 来源IP 登录方式 命令 实时监控 阻断 登录时间
{{ post.id }} {{ post.user }} {{ post.host }} {{ post.remote_ip }} {{ post.login_type }} 统计 监控 {{ post.start_time|date:"Y-m-d H:i:s" }}
{% include 'paginator.html' %}
{##} {% endblock %}