{% extends 'layout/base.html' %} {% block title %}编辑学生 - {{ student.name }} - CHM考勤管理系统{% endblock %} {% block content %}

编辑学生信息

查看详情 返回列表
学生基本信息
学号: {{ student.student_number }}
学号不可修改

{% if student.user %} {% endif %}
取消
{% endblock %} {% block extra_js %} {% endblock %}