%page expression_filter="h"/> <%namespace name='static' file='../static_content.html'/> <%! from django.urls import reverse from django.utils.translation import ugettext as _ from lms.djangoapps.verify_student.services import IDVerificationService %> %if verification_display: %if verification_status == 'approved':
${_("Your edX ID verification has been approved. Your ID verification is effective for two years after submission.")}
%if verification_expiry:${_("Warning")}: ${_("Your photo ID verification expires on {verification_expiry}. Please be aware photo verification can take up to three days once initiated and you will not be able to earn a certificate or take a proctored exam until approved.").format(verification_expiry=verification_expiry)}
%endif${_("Your edX ID verification is pending. Your ID verification information has been submitted and will be reviewed shortly.")}
${_("Your ID verification submission was not accepted. To receive a verified certificate, you must submit a new photo of yourself and your government-issued photo ID before the verification deadline for your course.")}
%if verification_errors:
${_("Your ID verification was denied for the following reasons:")}
${_("Your ID verification has expired. To receive a verified certificate, you must submit a new photo of yourself and your government-issued photo ID before the verification deadline for your course.")}
${_("Warning")}: ${_(" Please be aware photo verification can take up to three days once initiated and you will not be able to earn a certificate or take a proctored exam until approved.")}