<!--TODO replace this with a shiny loopy thing to actually print out all courses-->
% if reverifications["must_reverify"]:
<divclass="wrapper-msg urgency-high">
<divclass="msg msg-reverify has-actions">
<divclass="msg-content">
<h2class="title">${_("You need to re-verify to continue")}</h2>
% for item in reverifications["must_reverify"]:
<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=item.course_name, date=item.date)}
</p>
% if len(reverifications["must_reverify"]) > 1:
<divclass="wrapper-msg urgency-high">
<divclass="msg msg-reverify has-actions">
<divclass="msg-content">
<h2class="title">${_("You need to re-verify to continue")}</h2>
<divclass="copy">
<pclass="activation-message">
${_("To continue in the verified track in the following courses, you need to re-verify your identity:")}
</p>
<ulclass="reverify-list">
% for item in reverifications["must_reverify"]:
<liclass="item">
${_('<strong>{course_name}</strong>: Re-verify by {date}').format(course_name=item.course_name, date=item.date)}
<h2class="title">${_("You need to re-verify to continue")}</h2>
% for item in reverifications["must_reverify"]:
<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=item.course_name, date=item.date)}
<pclass="copy"> ${_("Once you verify your photo looks good and your name is correct, you can finish your re-verification and return to your course. You will not have another chance to re-verify.")}</p>
<pclass="copy"> ${_("Once you verify your photo looks good and your name is correct, you can finish your re-verification and return to your course. <strong>Note: You will not have another chance to re-verify.</strong>")}</p>
<p>${_("We have received your re-verification details and submitted them for review. Your dashboard will show the notification status once the review is complete.")}</p>
<p>${_("The professor may ask you to re-verify again at other key points in the course.")}</p>
<p>${_("Please note: The professor may ask you to re-verify again at other key points in the course.")}</p>
</div>
<divclass="actions-next">
<olclass="list-nav">
<liclass="nav-item conditional">
<aclass="action action-primary"href="">${_("Complete your other re-verifications")}</a>
</li>
<liclass="nav-item">
<aclass="action"href="${reverse('dashboard')}">${_("Return to where you left off")}</a>
</li>
</ol>
</div>
<olclass="list-nav">
<liclass="nav-item">
<aclass="action action-primary"href="${reverse('dashboard')}">${_("Return to Your Dashboard")}</a>
<pclass="deadline">Re-verify by <strong>${date}</strong></p>
</div>
<pclass="reverify-status">Failed</p>
<pclass="reverify-status">${_("Failed")}</p>
</li>
% endfor
...
...
@@ -93,7 +93,7 @@
% endif
% else:
<pclass="title">You have no re-verifications at present.</p>
<pclass="title">${_("You have no re-verifications at present.")}</p>
% endif
% if reverifications["must_reverify"]:
...
...
@@ -105,25 +105,25 @@
<divclass="wrapper-reverification-help list-faq">
<divclass="faq-item">
<h3class="title faq-question">Why do I need to re-verify?</h3>
<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>
<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>
<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>${_("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>
<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>
<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>