<!--TODO replace this with something a clever deisgn person approves of-->
<!--TODO replace this with a shiny loopy thing to actually print out all courses-->
% if prompt_midcourse_reverify:
<h2>${_("You need to re-verify to continue")}</h2>
% for course_id, course_name, date, status in reverify_course_data:
<pclass='activation-message'>
${_('To continue in the verified track in {course_name}, you need to re-verify your identity by {date}.').format(course_name=course_name, date=date)}
<ahref="${reverse('verify_student_midcourse_reverify_dash')}">Click here to re-verify.</a>
</p>
% if reverify_course_data:
<divclass="msg msg-reverify has-actions">
<divclass="msg-content">
<h2class="title">${_("You need to re-verify to continue")}</h2>
% for course_id, course_name, date, status in reverify_course_data:
<divclass="copy">
<pclass='activation-message'>
${_('To continue in the verified track in <strong>{course_name}</strong>, you need to re-verify your identity by {date}.').format(course_name=course_name, date=date)}
<h3class="title">${_("Why Do I Need to Re-Verify?")}</h3>
<divclass="copy">
<p>${_("There was a problem with your original verification. To make sure that your identity is correctly associated with your course progress, we need to retake your photo and a photo of your identification document. If you don't have a valid identification document, contact {link_start}{support_email}{link_end}.").format(
subject_line=_('Problem with ID re-verification')),
link_end=u'</a>')}</p>
<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>${_("Make sure your full name on your edX account ({full_name}) matches the ID you originally submitted. We will also use this as the name on your certificate.").format(full_name="<spanid='full-name'>" + user_full_name + "</span>")}</p>
</div>
<h4class="title">${_("Check Your Name")}</h4>
<ulclass="list-actions">
<liclass="action action-editname">
<aclass="edit-name"rel="leanModal"href="#edit-name">${_("Edit your name")}</a>
</li>
</ul>
<divclass="copy">
<p>${_("Make sure your full name on your edX account ({full_name}) matches the ID you originally submitted. We will also use this as the name on your certificate.").format(full_name="<spanid='full-name'>" + user_full_name + "</span>")}</p>
</div>
<ulclass="list-actions">
<liclass="action action-editname">
<aclass="edit-name"rel="leanModal"href="#edit-name">${_("Edit your name")}</a>
<p>You currently need to re-verify for the following course:</p>
<h2>Why do I need to re-verify?</h2>
<p>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.</p>
<tableclass="reverification-table">
<tr>
<th>Course and Reverification window</th>
<th>Status</th>
</tr>
<h2>What will I need to re-verify?</h2>
<p>Because you are just confirming that you are still you, the only thing you will need to do to re-verify is to <b>submit a new photo of your face with your webcam</b>. The process is quick and you will be brought back to where you left off so you can keep on learning.</p>
% for course_id, course_name, date, status in reverify_course_data:
<spanclass="deadline">Re-verify by <strong>${date}</strong></span>
</td>
<td>
% if status == "must_reverify":
<aclass="btn action-primary action-reverify"href="${reverse('verify_student_midcourse_reverify', kwargs={'course_id': course_id})}">Re-verify for HKS211.1x</a>
% elif status == "completed":
Completed
% elif status == "failed":
Failed
% endif
</td>
</tr>
% endfor
</table>
</div>
<p>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.</p>
<divclass="wrapper-reverification-help list-faq">
<h2>What if I have trouble with my re-verification?</h2>
<p>Because of the short time that re-verification is open, you <b>will not be able to correct a failed verification</b>. If you think there was an error in the review, please contact us at <ahref="stuff">support@edx.org</a>.</p>
\ No newline at end of file
<divclass="faq-item">
<h3class="title faq-question">Why do I need to re-verify?</h3>
<divclass="copy faq-answer">
<p>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.</p>
</div>
</div>
<divclass="faq-item">
<h3class="title faq-question">What will I need to re-verify?</h3>
<divclass="copy faq-answer">
<p>Because you are just confirming that you are still you, the only thing you will need to do to re-verify is to <b>submit a new photo of your face with your webcam</b>. The process is quick and you will be brought back to where you left off so you can keep on learning.</p>
<p>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.</p>
</div>
</div>
<divclass="faq-item">
<h3class="title faq-question">What if I have trouble with my re-verification?</h3>
<divclass="copy faq-answer">
<p>Because of the short time that re-verification is open, you <b>will not be able to correct a failed verification</b>. If you think there was an error in the review, please contact us at <ahref="stuff">support@edx.org</a>.</p>