{% 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.userprofile.get_sn }} {{ user.first_name }} {% get_leave_status user as status %} {% if status %} ({{ status }}) {% endif %} {% if not user.is_active %} (已禁用) {% endif %} {% if user.is_pause %} (已暂停) {% endif %} {{ user.get_expire_date|default:"" }} 砍价活动 足迹 课程表 考级 助教成长 详情 {% if perms.bee_django_user.change_userprofile %} 修改 {% endif %} {% if not user.is_pause %} {% endif %} {% if user.is_active %} {% endif %} {% if not user.is_active or user.is_pause %} {% endif %} {% if request.user.is_superuser %} 删除 {% endif %}
{% include 'bee_django_user/paginator.html' %} {% endblock %} {% block scripts %} {% endblock %}