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

{% for post in contacts.object_list %} {% endfor %}
用户名 所属部门 登录主机 来源IP 登录时间 结束时间
{{ post.user }} {{ post.dept_name }} {{ 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 %}