{% extends "base.html" %} {% block title %}管理面板 - FlashExam{% endblock %} {% block content %}

管理面板

系统管理与配置

{{ stats.total_students }}

学生总数

{{ stats.total_exams }}

考试总数

{{ stats.active_exams }}

进行中

{{ stats.total_questions }}

题库题目

{% endblock %}