{% load i18n %}

{% blocktrans %} This exam is proctored {% endblocktrans %}

{% blocktrans %} To be eligible for course credit or for a MicroMasters credential, 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' %}