{% load i18n %}

{% blocktrans %} You have not activated your account. {% endblocktrans %}

{% blocktrans %} Your {{platform_name}} account has not yet been activated. To take the proctored exam, you are required to activate your account. {% endblocktrans %}

{% blocktrans %} Please check your registered email's Inbox and Spam folders for an activation email from {{platform_name}}. {% endblocktrans %} {% if reset_link %} {% blocktrans %} If you cannot find this email, you can reset your password to activate your account. {% endblocktrans %} {% else %} {% blocktrans %} If you cannot find this email, you can reset your password to activate your account. {% endblocktrans %} {% endif %}

{% blocktrans %} If you continue to have trouble please contact {{platform_name}} Support. {% endblocktrans %}

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