% if verification_status.get('status') in [VERIFY_STATUS_NEED_TO_VERIFY, VERIFY_STATUS_SUBMITTED, VERIFY_STATUS_APPROVED] and not is_course_blocked:
% if verification_status.get('status') in [VERIFY_STATUS_NEED_TO_VERIFY, VERIFY_STATUS_SUBMITTED, VERIFY_STATUS_APPROVED, VERIFY_STATUS_NEED_TO_REVERIFY] and not is_course_blocked:
<divclass="message message-status is-shown">
% if verification_status['status'] == VERIFY_STATUS_NEED_TO_VERIFY:
<divclass="verification-reminder">
...
...
@@ -161,6 +162,11 @@ from student.helpers import (
% if verification_status['verification_good_until'] is not None:
<pclass="message-copy">${_('Your verification status is good until {date}.').format(date=verification_status['verification_good_until'])}
<h4class="message-title">${_('Your verification will expire soon!')}</h4>
## Translators: start_link and end_link will be replaced with HTML tags;
## please do not translate these.
<pclass="message-copy">${_('Your current verification will expire before the verification deadline for this course. {start_link}Re-verify your identity now{end_link} using a webcam and a government-issued ID.').format(start_link='<ahref="{href}">'.format(href=reverse('verify_student_reverify')), end_link='</a>')}</p>
<h3class="title">${_("Why Do I Need to Re-Verify?")}</h3>
<h3class="title">${_("Why Do I Need to Re-Verify My Identity?")}</h3>
<divclass="copy">
<p>${_("At key points in a course, the professor will ask you to re-verify your identity. We will send the new photo to be matched up with the photo of the original ID you submitted when you signed up for the course.")}</p>
<p>${_("You may need to re-verify your identity if an error occurs with your verification or if your verification has expired. All verifications expire after one year. The re-verification process is the same as the original verification process. You need a webcam and a government-issued photo ID.")}</p>
<h3class="title">${_("Please Resubmit Your Verification Information")}</h3>
<h3class="title">${_("Verify Your Identity")}</h3>
<divclass="copy">
<p>${_("There was an error with your previous verification. In order proceed in the verified certificate of achievement track of your current courses, please complete the following steps.")}</p>
## Translators: {start_bold} and {end_bold} will be replaced with HTML tags.
## Please do not translate these variables.
<p>${_("To verify your identity and continue as a verified student in this course, complete the following steps {start_bold}before the course verification deadline{end_bold}. If you do not verify your identity, you can still receive an honor code certificate for the course.").format(start_bold="<b>", end_bold="</b>")}</p>