{% load i18n %}

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

{% blocktrans %} You did not satisfy the requirements for taking this exam with proctoring. {% endblocktrans %}

{% blocktrans %} You did not satisfy the following prerequisites: {% endblocktrans %}

    {% for requirement in prerequisite_status.failed_prerequisites %}
  1. {% if requirement.jumpto_url %} {{requirement.display_name}} {% else %} {{requirement.display_name}} {% endif %}
  2. {% endfor %}

{% if allow_proctoring_opt_out %}

{% blocktrans %} Due to unsatisfied prerequisites, you can only take this exam without proctoring. {% endblocktrans %}

{% include 'proctored_exam/proctoring_opt_out_button.html' %} {% endif %}

{% blocktrans %} If you have questions about the status of your requirements, contact {{ platform_name }} Support. {% endblocktrans %}

{% include 'proctored_exam/confirm-decline.html' %} {% include 'proctored_exam/footer.html' %}