{% csrf_token %}
{% if selected_student %}

被选中的学生:

姓名: {{ selected_student.name }}

学号: {{ selected_student.student_id }}

{% endif %}