{% extends "base.html" %} {% block style %} {% endblock %} {% block content %}

用户列表

{% for user in username_list %} {% endfor %}{{ zhongwen }}{{ zhongwen_user }} {% if not usertype and not proj_name %}
用户名用户类型用户状态
{{ user.username}} {{ user.usertype }} 删除
{% endif %} {% endblock %}