<%page expression_filter="h"/> <%inherit file="../main.html" /> <%! from django.utils.translation import gettext 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 is_single_mode:
% else:
% endif % if "verified" in modes:

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

${_("Earn a certificate")}

<%block name="track_selection_certificate_bullets"/>
<%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 % if "audit" in modes:

${_("Free")}

${_("Access this course")}

<%block name="track_selection_audit_bullets"/>
% endif