{% extends "admin_base.html" %} {% block nav_useradmin_class %}class="cur"{% endblock %} {% block left_panel %}

操作

{% endblock %} {% block right_panel %}

所有用户

{% for user in users %} {% if user.props.is_active %} {% else %} {% endif %} {% endfor %}
邮箱 是否激活 操作
{{ user.props.email }}已激活 {% if user.profile %} {% endif %} {% if not user.is_self %} {% endif %}

的新角色 (即 MyClient 等):


{% endblock %} {% block extra_script %} {% endblock %}