{% extends 'base.html' %} {% block content %}
{% if info %}

{{ info }}

{% endif %} {% for user in users %} {% endfor %}
ID 用户 服务器
{{ user.id }} {{ user.name }} 添加权限
{% endblock %} %}