{% load i18n %}
{% 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 %}
{% 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 %}
{% 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 %}
{% endif %}