<%! 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 Enrollment for {} | Choose Your Track").format(course_name)} % else: ${_("Enroll In {} | Choose Your Track").format(course_name)} %endif <%block name="js_extra"> <%block name="content"> % if error:

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

${error}

%endif
<%include file="/verify_student/_verification_header.html" args="course_name=course_name" />
% 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 "honor" in modes: ${_("or")}

${_("Audit This Course")}

${_("Audit this course for free and have complete access to all the course material, activities, tests, and forums. If your work is satisfactory and you abide by the Honor Code, you'll receive a personalized Honor Code Certificate to showcase your achievement.")}

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