{% extends 'practice_exam/entrance.html' %} {% load i18n %} {% block title %} {% blocktrans %} Proctoring onboarding exam {% endblocktrans %} {% endblock %} {% block body %}

{% blocktrans %} Why this is important to you: {% endblocktrans %}

{% blocktrans %} Proctoring for this course is provided via {{ provider_name }}. Onboarding review, including identity verification, can take 2+ business days. {% endblocktrans %}

{% if learner_notification_from_email %}

{% blocktrans %} Once your profile has been reviewed, you will receive an email with review results. The email will come from {{ learner_notification_from_email }}. Make sure this email has been added to your inbox filter. {% endblocktrans %}

{% endif %} {% if integration_specific_email %}

{% blocktrans %} Please contact {{ integration_specific_email }} if you have questions. {% endblocktrans %}

{% endif %} {% endblock %} {% block cta_copy %} {% trans "Continue to onboarding" %} {% endblock %} {% block cta_subtitle %} {% blocktrans %} You will be guided through online proctoring software set up and identity verification. {% endblocktrans %} {% endblock %}