{% extends 'web/f_base.html' %} {% block middle %}

{{studentinfo[1]}}
{{studentinfo[2]}}
{{studentinfo[3]}}
{{studentinfo[4]}}
专业:{{studentinfo[5]}}
Major:{{studentinfo[6]}}
身份(Type): {% if studentinfo[7]==1 %} 本科生 {%endif%} {% if studentinfo[7]==2 %} 硕士生 {%endif%} {% if studentinfo[7]==3 %} 博士生 {%endif%}
年级(Year):{{studentinfo[8]}}
邮箱(Email):{{studentinfo[9]}}

个人简介

研究成果

{% endblock %}