{% load i18n %}

{% blocktrans %} {{ display_name }} is a Timed Exam ({{total_time}}) {% endblocktrans %}

{% trans "This exam has a time limit associated with it." %} {% trans "To pass this exam you must complete the problems in the time allowed." %} {% trans "As soon as you indicate that you are ready to start the exam, you will have "%} {{total_time|lower}} {% trans " to complete the exam." %}

{% blocktrans %} I'm ready! Start this timed exam. {% endblocktrans %}
{% include 'proctoring/seq_timed_exam_footer.html' %}