<%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%inherit file="../main.html" /> <%block name="bodyclass">register verification-process step-requirements <%block name="title">${_("Register for {}").format(course_name)} <%block name="content"> %if is_not_active:

${_("You need to activate your edX account before proceeding")}

${_("Please check your email for further instructions on activating your new account.")}

%endif
<%include file="_verification_header.html" args="course_name=course_name"/>

${_("Your Progress")}

  1. 0 ${_("Current Step: ")}${_("Intro")}
  2. 1 ${_("Take Photo")}
  3. 2 ${_("Take ID Photo")}
  4. 3 ${_("Review")}
  5. 4 ${_("Make Payment")}
  6. ${_("Confirmation")}

${_("What You Will Need to Register")}

${_("There are three things you will need to register as an ID verified student:")}

    %if is_not_active:
  • ${_("Activate Your Account")}

    ${_("Check Your Email")} ${_("you need an active edX account before registering - check your email for instructions")}

  • %endif
  • ${_("Identification")}

    ${_("A photo identification document")} ${_("a drivers license, passport, or other goverment-issued ID with your name and picture on it")}

  • ${_("Webcam")}

    ${_("A webcam and a modern browser")} ${_("Firefox, Chrome, Safari, IE9+")}

  • ${_("Credit or Debit Card")}

    ${_("A major credit or debit card")} ${_("Visa, Master Card, American Express, Discover, Diners Club, JCB with Discover logo")}

<%include file="_verification_support.html" />