<%! 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 <%block name="title">${_("Register for {} | Choose Your Track").format(course_name)} <%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" />

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

% if "verified" in modes:

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

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

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

${_("Verified Registration Requirements")}

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

${_("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 "audit" in modes: ${_("or")}

${_("Audit This Course")}

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

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