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

{% for post in contacts.object_list %} {% endfor %}
用户名 登录主机 命令统计 登录时间 结束时间
{{ post.user }} {{ post.host }} 命令统计 {{ post.start_time|date:"Y-m-d H:i:s"}} {{ post.end_time|date:"Y-m-d H:i:s" }}
    {% if contacts.has_previous %}
  • «
  • {% endif %} {% for page in p.page_range %} {% ifequal offset1 page %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endifequal %} {% endfor %} {% if contacts.has_next %}
  • »
  • {% endif %}
{% endblock %}