<%! 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">register verification-process step-photos <%block name="title">${_("Register for {} | Verification").format(course_name)} <%block name="js_extra"> <%block name="content">
<%include file="_verification_header.html" args="course_name=course_name" />

${_("Your Progress")}

  1. 0 ${_("Intro")}
  2. 1 ${_("Current Step: ")}${_("Take Photo")}
  3. 2 ${_("Take ID Photo")}
  4. 3 ${_("Review")}
  5. 4 ${_("Make Payment")}
  6. ${_("Confirmation")}
<%include file="_verification_support.html" />
<%include file="_modal_editname.html" />