{% load i18n %}

{% blocktrans %} You must complete an onboarding exam before taking this proctored exam {% endblocktrans %}

{% if onboarding_status == 'onboarding_missing' or onboarding_status == 'onboarding_expired' %}

{% blocktrans %} Please complete an onboarding exam before attempting this exam. {% endblocktrans %}

{% if onboarding_link %} {% trans "Navigate to onboarding exam" %} {% endif %} {% elif onboarding_status == 'onboarding_pending' %} {% blocktrans %} Your onboarding exam is being reviewed. Before attempting this exam, please allow 2+ business days for your onboarding exam to be reviewed. {% endblocktrans %} {% elif onboarding_status == 'onboarding_failed' %}

{% blocktrans %} Your onboarding exam failed to pass all requirements. {% endblocktrans %}

{% if onboarding_link %} {% trans "Navigate to onboarding exam" %} {% endif %} {% endif %}

{% blocktrans %} Proctoring for your exam is provided via {{ provider_name }}. If you have questions about the status of your onboarding exam, contact {{ integration_specific_email }}. {% endblocktrans %}

{% include 'proctored_exam/footer.html' %}