{% extends 'grades/base.html' %} {% block title %}学生首页{% endblock %} {% block breadcrumb %}
学号:{{ student.student_id }}
姓名:{{ student.name }}
班级:{{ student.class_name|default:"未设置" }}
专业:{{ student.major|default:"未设置" }}