{% extends "base.html" %} {% block title %}{{ student.name }} - 学员详情 - 有音个性化教学系统{% endblock %} {% block content %}
{{ student.wechat_nickname or '未填写' }}
{{ student.phone or '未填写' }}
{{ student.practice_time or '30分钟' }}
{% if student.class_obj %} {{ student.class_obj.name }} {% else %} 未分配班级 {% endif %}
{{ student.notes or '无备注' }}
加载中...
加载中...
加载中...