{% if has_time_expired %}
{% blocktrans %}
The time allotted for this exam has expired. Your exam has been submitted and any work you completed
will be graded.
{% endblocktrans %}
{% else %}
{% blocktrans %}
You have submitted your timed exam.
{% endblocktrans %}
{% endif %}
{% if will_be_revealed %}
{% blocktrans %}
After the due date has passed, you can review the exam, but you cannot change your answers.
{% endblocktrans %}
{% if wait_deadline %}
{% include 'common/waiting_banner.html' %}
{% endif %}
{% endif %}