{% extends "base.html" %} {% block title %}{{ student.name }} - 学员详情 - 有音个性化教学系统{% endblock %} {% block content %}

学员详情

返回列表
{{ student.name }}

{{ 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 '无备注' }}

当前问题

加载中...

🎯 练习目标
练习方案

加载中...

📋 推荐方案

加载中...

{% include "fragments/assign_goal_modal.html" with context %} {% endblock %} {% block extra_js %} {% endblock %}