${_("You are in the ID Verified track")}
${_("You currently need to re-verify for the following courses:")}
-
% for item in reverifications["must_reverify"]: # for 1st
-
${item.course_name} (${item.course_number})
${_('Re-verify by {date}').format(date="" + item.date + "")}
${_("Re-verify for {course_number}").format(course_number=item.course_number)}
% endfor
${_("You currently need to re-verify for the following course:")}
-
% for item in reverifications["must_reverify"]:
-
${item.course_name} (${item.course_number})
${_('Re-verify by {date}').format(date="" + item.date + "")}
${_("Re-verify for {course_number}").format(course_number=item.course_number)}
% endfor
${_("You have no re-verifications at present.")}
${_("The status of your submitted re-verifications:")}
-
% for item in reverifications["pending"]:
-
${item.course_name} (${item.course_number})
${_('Re-verify by {date}').format(date="" + item.date + "")}
${_("Pending")}
% endfor
% for item in reverifications["approved"]:
-
${item.course_name} (${item.course_number})
${_('Re-verify by {date}').format(date="" + item.date + "")}
${_("Complete")}
% endfor
% for item in reverifications["denied"]:
-
${item.course_name} (${item.course_number})
${_('Re-verify by {date}').format(date="" + item.date + "")}
${_("Failed")}
% endfor
${_("Don't want to re-verify right now?") + u" {a_start}{text}{a_end}".format( text=_("Return to where you left off"), a_start=''.format(url=referer), a_end="", )}
% else:${u"{a_start}{text}{a_end}".format( text=_("Return to where you left off"), a_start=''.format(url=referer), a_end="", )}
% endif${_("Why do I need to re-verify?")}
${_("At key points in a course, the professor will ask you to re-verify your identity by submitting a new photo of your face. 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. If you are taking multiple courses, you may need to re-verify multiple times, once for every important point in each course you are taking as a verified student.")}
${_("What will I need to re-verify?")}
${_("Because you are just confirming that you are still you, the only thing you will need to do to re-verify is to submit a new photo of your face with your webcam. The process is quick and you will be brought back to where you left off so you can keep on learning.")}
${_("If you changed your name during the semester and it no longer matches the original ID you submitted, you will need to re-edit your name to match as well.")}
${_("What if I have trouble with my re-verification?")}
${_('Because of the short time that re-verification is open, you will not be able to correct a failed verification. If you think there was an error in the review, please contact us at {email}').format(email='{email}.'.format(email=billing_email))}