<%! 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:")}

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