{% extends 'base.html' %} {% load mytags %} {% block content %} {% include 'nav_cat_bar.html' %}
用户信息 show user info.
{% for user in users %} {% endfor %}
ID 用户名 姓名 属组 角色 Email 激活
{{ user.id }} {{ user.username }} {{ user.name }} {{ user.username|groups_str }} {{ user.id|get_role }} {{ user.email }} {{ user.is_active }}
{% endblock %}