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