${_('To continue in the ID 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)}
${_('To continue in the ID Verified track in {course_name}, you need to re-verify your identity by {date}.').format(course_name="<strong>" + item.course_name + "</strong>", date=item.date)}
${_('Your re-verification for <strong>{course_name}</strong> failed and you are no longer eligible for a Verified Certificate. If you think this is in error, please contact us at support@edx.org.').format(course_name=item.course_name)}
${_('Your re-verification for {course_name} failed and you are no longer eligible for a Verified Certificate. If you think this is in error, please contact us at {email}.').format(course_name="<strong>" + item.course_name+ "</strong>", email='<aclass="contact-link"href="mailto:{email}">{email}</a>'.format(
<pclass="deadline">${_('Re-verify by {date}').format(date="<strong>" + item.date + "</strong>")}</p>
</div>
<pclass="reverify-status">${_("Failed")}</p>
</li>
...
...
@@ -95,12 +95,18 @@
</ul>
</div>
% endif # close a 1st if
% endif
% if reverifications["must_reverify"]:
<pclass="support">Don't want to re-verify right now? <ahref="${referer}">Return to where you left off <iclass="icon-angle-right"></i></a></p>
<pclass="support">${_("Don't want to re-verify right now? {a_start}Return to where you left off{a_end}").format(
a_start='<ahref="{url}">'.format(url=referer),
a_end="</a>",
)}</p>
% else:
<pclass="support"><ahref="${referer}">Return to where you left off <iclass="icon-angle-right"></i></a></p>
<pclass="support">${_("{a_start}Return to where you left off{a_end}").format(
a_start='<ahref="{url}">'.format(url=referer),
a_end="</a>",
)}</p>
% endif
</div>
...
...
@@ -128,7 +134,7 @@
<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 <strong>will not be able to correct a failed verification</strong>. If you think there was an error in the review, please contact us at <ahref="stuff">support@edx.org</a>.</p>
<p>${_('Because of the short time that re-verification is open, you <strong>will not be able to correct a failed verification</strong>. If you think there was an error in the review, please contact us at {email}').format(email='<aclass="contact-link"href="mailto:{email}"">{email}</a>.'.format(email=billing_email))}</p>