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

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

${error}

%endif
% if "verified" in modes:
% if has_credit_upsell:

${_("Pursue Academic Credit with a Verified Certificate")}

${_("Become eligible for academic credit and highlight your new skills and knowledge with a verified certificate. Use this valuable credential to qualify for academic credit from {org}, advance your career, or strengthen your school applications.").format(org=course_org)}

${_("Benefits of a Verified Certificate")}

  • ${_("{b_start}Eligible for credit:{b_end} Receive academic credit after successfully completing the course").format(b_start='', b_end='')}
  • ${_("{b_start}Official:{b_end} Receive an instructor-signed certificate with the institution's logo").format(b_start='', b_end='')}
  • ${_("{b_start}Easily shareable:{b_end} Add the certificate to your CV or resume, or post it directly on LinkedIn").format(b_start='', b_end='')}

% else:

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

${_("Highlight your new knowledge and skills with a verified certificate. Use this valuable credential to improve your job prospects and advance your career, or highlight your certificate in school applications.")}

${_("Benefits of a Verified Certificate")}

  • ${_("{b_start}Official: {b_end}Receive an instructor-signed certificate with the institution's logo").format(b_start='', b_end='')}
  • ${_("{b_start}Easily shareable: {b_end}Add the certificate to your CV or resume, or post it directly on LinkedIn").format(b_start='', b_end='')}
  • ${_("{b_start}Motivating: {b_end}Give yourself an additional incentive to complete the course").format(b_start='', b_end='')}

% endif
% endif % 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