<%! 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">midcourse-reverification-process is-not-verified step-photos register <%block name="pagetitle">${_("Re-Verify")} <%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
<%include file="_verification_header.html" args="course_name=course_name" />

${_("Re-Take Your Photo")}

${_("Use your webcam to take a picture of your face so we can match it with your original verification.")}

${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.")}


${_("Tips on taking a successful photo")}

  • ${_("Make sure your face is well-lit")}
  • ${_("Be sure your entire face is inside the frame")}
  • ${_("Can we match the photo you took with the one on your ID?")}
  • ${_("Once in position, use the camera button {btn_icon} to capture your picture").format(btn_icon='()')}
  • ${_("Use the checkmark button {btn_icon} once you are happy with the photo").format(btn_icon='()')}

${_("Common Questions")}

${_("Why do you need my photo?")}
${_("As part of the verification process, we need your photo to confirm that you are you.")}
${_("What do you do with this picture?")}
${_("We only use it to verify your identity. It is not displayed anywhere.")}

${_("Check Your Name")}

${_("Make sure your full name on your {platform_name} account ({full_name}) matches the ID you originally submitted. We will also use this as the name on your certificate.").format( full_name="{name}".format(name=user_full_name), platform_name=settings.PLATFORM_NAME, )}

<%include file="_reverification_support.html" />
<%include file="_modal_editname.html" />