<%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
<% b_tag_kwargs = {'b_start': '', 'b_end': ''} %> % 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, advance your career, or strengthen your school applications.")}

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

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

% 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_tag_kwargs)}
  • ${_("{b_start}Easily shareable: {b_end}Add the certificate to your CV or resume, or post it directly on LinkedIn").format(**b_tag_kwargs)}
  • ${_("{b_start}Motivating: {b_end}Give yourself an additional incentive to complete the course").format(**b_tag_kwargs)}

% 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.")}

% elif "audit" in modes: ${_("or")}

${_("Audit This Course (No Certificate)")}

## Translators: b_start notes the beginning of a section of text bolded for emphasis, and b_end marks the end of the bolded text.

${_("Audit this course for free and have complete access to all the course material, activities, tests, and forums. {b_start}Please note that this track does not offer a certificate for learners who earn a passing grade.{b_end}".format(**b_tag_kwargs))}

% endif