{% extends "bee_django_user/base.html" %} {% load bee_django_user_filter %} {% block content %} {% include 'bee_django_user/logo.html' %} {% include 'bee_django_user/nav.html' %} {% include 'bee_django_user/user/search.html' %}

学生列表

{#
#} {# 添加须知#} {#
#} {% for user in user_list %} {% endfor %}
姓名 足迹 课程 考级
{{ user.first_name }} {% get_leave_status user as status %} {% if status %} ({{ status }}) {% endif %} 足迹 课程表 考级 详情 {% if perms.bee_django_user.change_userprofile %} 修改 {% endif %} {# 删除#}
{% include 'bee_django_user/paginator.html' %} {% endblock %} {% block scripts %} {% endblock %}