{% load i18n %}
{% blocktrans %} You will have {{ total_time }} to complete your exam. {% endblocktrans %}
{% blocktrans %} To be eligible for credit or the program credential associated with this course, you must pass the proctoring review for this exam. {% endblocktrans %}
{% if allow_proctoring_opt_out %} {% include 'proctored_exam/proctoring_opt_out_button.html' %} {% endif %}