{% 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 | truncatechars:30 }} {{ post.cmd | truncatechars:30 }} {{ post.remote_ip }} {{ post.datetime|date:"Y-m-d H:i:s"}} 详情
{% include 'paginator.html' %}
{% endblock %}