{% load i18n %}

{% blocktrans %} Complete your verification before starting the proctored exam. {% endblocktrans %}

{% blocktrans %} You must successfully complete identity verification before you can start the proctored exam. {% endblocktrans %}

{% if verification_status == 'pending' %}

{% blocktrans %} Your verification is pending. Results should be available 2-3 days after you submit your verification. {% endblocktrans %}

{% elif verification_status == 'must_reverify' %}

{% blocktrans %} Your verification attempt failed. Please read our guidelines to make sure you understand the requirements for successfully completing verification, then try again. {% endblocktrans %}

{% trans "Retry Verification" %}
{% elif verification_status == 'expired' %}

{% blocktrans %} Your verification has expired. You must successfully complete a new identity verification before you can start the proctored exam. {% endblocktrans %}

{% trans "Continue to Verification" %}
{% else %}

{% blocktrans %} Make sure you are on a computer with a webcam, and that you have valid photo identification such as a driver's license or passport, before you continue. {% endblocktrans %}

{% trans "Continue to Verification" %}
{% endif %}
{% include 'proctored_exam/footer.html' %}