<%! 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 to activate your {platform_name} account before you can register for courses. Check your inbox for an activation email.").format(platform_name=settings.PLATFORM_NAME)}

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

    ${_("A photo identification document")} ${_("A driver's license, passport, or other government or school-issued ID with your name and picture on it.")}

  • ${_("Webcam")}

    ${_("A webcam and a modern browser")} Firefox, Chrome, Safari, ## Translators: This phrase will look like this: "Internet Explorer 9 or later" ${_("{internet_explorer_version} or later").format(internet_explorer_version="Internet Explorer 9")}. ${_("Please make sure your browser is updated to the most recent version possible.")}

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

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

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