<%! 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" /> ## TODO (ECOM-16): This is part of an AB-test of auto-registration. ## Once the test completes, we can make the winning configuration the default ## and remove this flag. %if not autoreg:
%if not upgrade:

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

%endif
% if "verified" in modes:
%if verified_name == "Verified Certificate":

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

%else:

${verified_name}

%endif %if verified_name == "Verified Certificate": %if upgrade:

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

%else:

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

%endif %else:

${verified_description}

%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
%else:
%if not upgrade:

${_("Now choose your course track:")}

%endif
% if "verified" in modes:

${_("Pursue a Verified Certificate")}

%if upgrade:

${_("Plan to use your completed coursework for job applications, career advancement, or school applications? Upgrade to work toward a Verified Certificate of Achievement to document your accomplishment. A minimum fee applies.")}

%else:

${_("Plan to use your completed coursework for job applications, career advancement, or school applications? Then work toward a Verified Certificate of Achievement to document your accomplishment. A minimum fee applies.")}

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

${_("Audit This Course")}

${_("You can audit this course and still have complete access to the course material. If you complete and pass the course you will automatically earn an Honor Code Certificate free of charge.")}

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