{% load i18n %}

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

{% blocktrans %} You have not completed the prerequisites for this exam. All requirements must be satisfied before you can take this proctored exam. {% endblocktrans %}

{% blocktrans %} The following prerequisites are in a pending state and must be successfully completed before you can proceed: {% endblocktrans %}

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

{% blocktrans %} You can take this exam with proctoring only when all prerequisites have been successfully completed. {% 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' %}