{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
查看用户
{% for user in users.object_list %} {% endfor %}
用户名 姓名 小组 角色 激活 下载密钥 操作
{{ user.username }} {{ user.name }} {{ user.group.all | groups2str }} {{ user.id | get_role }} {{ user.is_active | bool2str }} {% if user.username|key_exist %} 下载 {% else %} 下载 {% endif %} 详情 编辑 删除
Showing {{ users.start_index }} to {{ users.end_index }} of {{ p.count }} entries
{% include 'paginator.html' %}
{% endblock %} {% block self_head_css_js %} {% load staticfiles %} {% endblock %} {% block self_footer_js %} {% endblock %}