{% load i18n %}

{% blocktrans %} This exam is proctored {% 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 %}
{% include 'proctored_exam/confirm-decline.html' %} {% include 'proctored_exam/footer.html' %}