{% 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' %}
姓名 | 结课时间 | 足迹 | 课程 | 考级 | |
---|---|---|---|---|---|
{{ 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 %}#} |