{% extends "base.html" %} {% block title %}首页 - 学生课程管理系统{% endblock %} {% block content %}
{{ greeting }},{{ current_user.real_name or current_user.username }} 👋
欢迎回到教培课程管理系统,以下是今日运营概览
{{ total_students }}
在读学员
{{ total_courses }}
启用课程
{{ total_classes }}
进行中班级
¥{{ "%.0f"|format(month_recharge) }}
{% if period_label %}{{ period_label }} 充值{% else %}本月充值{% endif %}
{{ acc.student.name if acc.student else '-' }}
{{ acc.course.course_code or acc.course.name if acc.course else '' }} · 剩余 {{ "%.0f"|format(remain) }} 节
暂无预警学员
{% endif %}{{ r.student.name if r.student else '-' }}
充值到账 · 正课{{ r.normal_hours|int }}节
数据来自 Excel 课时表
查看学员余额 →
{{ c.student.name if c.student else '-' }}
{{ c.consume_date }} · {{ c.hours_consumed|int }} 课时
暂无消课记录
{% endif %}