{% extends "bee_django_user/base.html" %} {#{% load bee_django_crm_filter %}#} {% block content %} {% include 'bee_django_user/logo.html' %} {% include 'bee_django_user/nav.html' %}
班级名称 | 助教 | 学生 | 课程 | ||
---|---|---|---|---|---|
{{ class.name }} {% if class.status == 2 %} ({{ class.get_status }}) {% endif %} | {{ class.assistant.first_name }} | {% for user in class.get_students %} {{ user.first_name }}{% if not forloop.last %},{% endif %} {% endfor %} | 进度 | 总览 | {% if perms.bee_django_user.change_userclass %} 修改 {% endif %} {# 删除#} |