{% extends "base.html" %} {% block title %}参加考试 - FlashExam{% endblock %} {% block head %} {% endblock %} {% block content %}
可用考试
总时长(分钟)
总题目数
{{ exam.description or '暂无描述' }}
{% if exam.status_info %} {% if exam.status_info.status == 'in_progress' %} 进行中 {% elif exam.status_info.status == 'can_continue' %} 可继续 {% else %} 可参加 {% endif %} {% else %} 可参加 {% endif %}