{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
用户名 | 姓名 | 小组 | 角色 | 激活 | 下载密钥 | 操作 | |
---|---|---|---|---|---|---|---|
{{ user.username }} | {{ user.name }} | {{ user.group.all | groups2str }} | {{ user.id | get_role }} | {{ user.is_active | bool2str }} | {% if user.username|key_exist %} 下载 {% else %} 下载 {% endif %} | 详情 编辑 Email 删除 |