SmartDSP考勤系统
    {% if current_user.is_admin() %}
  • 控制台
  • 学生管理
    • 学生列表
  • 考勤管理
    • 考勤记录
    • 上传数据
  • 统计报表
  • {% else %}
  • 首页
  • 我的考勤
  • 个人统计
  • {% endif %}
  • {% if current_user.is_admin() %} 管理员 {% else %} {% set student = get_current_student() %} {{ student.name if student else current_user.student_number }} {% endif %}
    • 个人信息
    • 修改密码

    • 退出登录