<%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%inherit file="../main.html" /> <%namespace name='static' file='/static_content.html'/> <%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

${_("Please Resubmit Your Verification Information")}

${_("There was an error with your previous verification. In order proceed in the verified certificate of achievement track of your current courses, please complete the following steps.")}

${_("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" />