{% extends 'backendbase.html' %} {% block main %}

在线的用户:

每分钟自动更新一次!


{% for contact in contacts %} {% empty %}

没有用户在线哟

{% endfor %}
节点名 用户名 IP地址 时间
{{ contact.node_name }} {{ contact.user }} {{ contact.ip }} {{ contact.log_time }}
{% endblock main %}