<%! 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 ${'is-upgrading' if upgrade else ''} <%block name="pagetitle"> %if upgrade: ${_("Upgrade Your Registration for {}").format(course_name)} %else: ${_("Register for {}").format(course_name)} %endif <%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")}
%if upgrade:

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

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

%else:

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

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

%endif
    %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 or school-issued ID with your name and picture on it")}

  • ${_("Webcam")}

    ${_("A webcam and a modern browser")} Firefox, Chrome, Safari, IE9+ - ${_("Please make sure your browser is updated to the most recent version possible")}

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