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

所有用户

{% for user in users %} {% if user.is_active %} {% else %} {% endif %} {% if user.profile %} {% else %} {% endif %} {% endfor %}
邮箱 是否激活 个人 ID 角色 操作
{{ user.email }}已激活{{ user.profile.ccnet_user_id }} {% for role in user.role_list %} {{ role }}
{% endfor %}
{% if user.profile %} {% endif %}

的新角色 (即 MyClient 等):


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