<%inherit file="../main.html" /> <%namespace name='static' file='/static_content.html'/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %> <%block name="bodyclass">register verification-process is-not-verified step-photos <%block name="pagetitle">${_("Re-Verification")} <%block name="js_extra"> <%block name="content"> %if error:

${_("Error submitting your images")}

${_("Oops! Something went wrong. Please confirm your details and try again.")}

%endif

${_("Verify Your Identity")}

## Translators: {start_bold} and {end_bold} will be replaced with HTML tags. ## Please do not translate these variables.

${_("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="", end_bold="")}

${_("Your Progress")}

  1. 1 ${_("Current Step: ")}${_("Re-Take Photo")}
  2. 2 ${_("Re-Take ID Photo")}
  3. 3 ${_("Review")}
  4. ${_("Confirmation")}
<%include file="_reverification_support.html" />
<%include file="_modal_editname.html" />