{% extends "myhome_base.html" %} {% block nav_useradmin_class %}class="cur"{% endblock %} {% block left_panel %}
{% endblock %} {% block right_panel %}邮箱 | 是否激活 | 个人 ID | 角色 | 操作 | |||
---|---|---|---|---|---|---|---|
{{ user.email }} | {% if user.is_active %}已激活 | {% else %}{% endif %} {% if user.profile %} | {{ user.profile.ccnet_user_id }} |
{% for role in user.role_list %}
{{ role }} {% endfor %} |
{% else %}
{% endif %} | {% if user.profile %} {% endif %} |