<%page expression_filter="h"/> <%inherit file="../main.html" /> <%namespace name='static' file='/static_content.html'/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML, Text from django.urls import reverse from openedx.core.djangolib.js_utils import js_escaped_string %> <%namespace name='static' file='/static_content.html'/> <%block name="bodyclass">step-select-track verification-process <%block name="pagetitle"> ${_("Enroll In {course_name} | Upgrade Now").format(course_name=course_name)} <%block name="js_extra"> <%static:webpack entry="Currency"> new Currency(); <%block name="header_extras"> <%block name="content">
% if "verified" in modes:

${currency_symbol}${min_price} ${currency}

${_("Earn a certificate")}

  • ${Text(_("Showcase a {link_start}verified certificate{link_end} of completion on your resumé to advance your career")).format( link_start=HTML(''), link_end=HTML(''), )}
  • ${Text(_("Get {start_bold}access to all course activities{end_bold}, including both graded and non-graded assignments, while the course is running")).format( start_bold=HTML(''), end_bold=HTML(''), )}
  • ${_("Show more")}
  • ${Text(_("{start_bold}Full access{end_bold} to course content and materials, even after the course ends")).format( start_bold=HTML(''), end_bold=HTML(''), )} ${Text(_("{link_start}Learn more{link_end} about course access")).format( link_start=HTML(''), link_end=HTML(''), )}
  • ${Text(_("Support our {start_bold}non-profit mission{end_bold} to increase access to high-quality education for everyone, everywhere")).format( start_bold=HTML(''), end_bold=HTML(''), )}
<%static:require_module_async module_name="js/commerce/track_ecommerce_events" class_name="TrackECommerceEvents"> var upgradeLink = $("#track_selection_upgrade"); TrackECommerceEvents.trackUpsellClick(upgradeLink, 'track_selection', { pageName: "track_selection", linkType: "button", linkCategory: "(none)" });
${Text(_("Studies show that those who choose this option are {start_bold}more engaged and motivated{end_bold} to complete their courses")).format( start_bold=HTML(''), end_bold=HTML(''), )}
% endif

${_("FREE")}

${_("Access this course")}

  • ${Text(_("Get temporary access to {start_bold}non-graded{end_bold} activities, including discussion forums and non-graded assignments")).format( start_bold=HTML(''), end_bold=HTML(''), )}
  • ${Text(_("Get {start_bold}temporary access{end_bold} to the course material, including videos and readings")).format( start_bold=HTML(''), end_bold=HTML(''), )}
  • % if audit_access_deadline:
  • ${_("Access expires and all progress will be lost on")} ${_(audit_access_deadline)}
  • % else:
  • ${_("Access expires and all progress will be lost")}
  • % endif