{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
查看小组
添加用户
{% for user in users.object_list %} {% endfor %}
用户 所属用户组 授权资产 授权资产组 操作
{{ user.name }} {{ user.group.all | groups2str }} {{ user.name }} {{ user.name }} 详情 编辑
Showing {{ users.start_index }} to {{ users.end_index }} of {{ p.count }} entries
{% include 'paginator.html' %}
{% endblock %}