{% extends 'default/base.html' %} {% block content %} {% load auth %}
服务器授权信息
{% include "auth/active.html" %}
{% for i in uf %} {% endfor %}
用户名 姓名 部门 用户id 主机数量 操作
{{ i.username }} {{ i.first_name }} {% if i.department %} {{ i.department }} {% else %} 未指定部门 {% endif %} {{ i.id| add:30000 }} {{ i.username|node_count }}台 添加权限
{% endblock content %}