<%! from django.utils.translation import ugettext as _ %> <%! from django.core.urlresolvers import reverse %> <%inherit file="../main.html" /> <%block name="bodyclass">register verification-process step-select-track ${'is-upgrading' if upgrade else ''} <%block name="pagetitle"> %if upgrade: ${_("Upgrade Your Registration for {} | Choose Your Track").format(course_name)} %else: ${_("Register for {} | Choose Your Track").format(course_name)} %endif <%block name="js_extra"> <%block name="content"> %if error:

${_("Sorry, there was an error when trying to register you")}

${error}

%endif
<%include file="/verify_student/_verification_header.html" args="course_name=course_name" />
%if not upgrade:

${_("Select your track:")}

%endif
% if "verified" in modes:

${_("Certificate of Achievement (ID Verified)")}

%if upgrade:

${_("Upgrade and work toward a verified Certificate of Achievement.")}

%else:

${_("Sign up and work toward a verified Certificate of Achievement.")}

%endif
${_("Select your contribution for this course (min. $")} ${min_price} ${currency}${_("):")}
%if error:

${error}

%endif <%include file="_contribution.html" args="suggested_prices=suggested_prices, currency=currency, chosen_price=chosen_price, min_price=min_price"/>
  • %if upgrade: %else: %endif

${_("Verified Registration Requirements")}

%if upgrade:

${_("To upgrade your registration and work towards a Verified Certificate of Achievement, you will need a webcam, a credit or debit card, and an ID.")}

%else:

${_("To register for a Verified Certificate of Achievement option, you will need a webcam, a credit or debit card, and an ID.")}

%endif

${_("What is an ID Verified Certificate?")}

${_("An ID Verified Certificate requires proof of your identity through your photo and ID and is checked throughout the course to verify that it is you who earned the passing grade.")}

% endif %if not upgrade: % if "audit" in modes: ${_("or")}

${_("Audit This Course")}

${_("Sign up to audit this course for free and track your own progress.")}

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