%page expression_filter="h" /> <%inherit file="main.html" /> <%! from django.utils.translation import ugettext as _ from django.urls import reverse from openedx.core.djangolib.js_utils import js_escaped_string from openedx.core.djangolib.markup import HTML, Text %> <%block name="pagetitle">${_("Preferences for {platform_name}").format(platform_name=settings.PLATFORM_NAME)}%block> <%block name="bodyclass">view-register%block> <%block name="js_extra"> %block> ${_("Welcome {username}! Please set your preferences below").format(username=extauth_id, platform_name=settings.PLATFORM_NAME)} <%block name="login_button">%block> ${_("We're sorry, but this version of your browser is not supported. Try again using a different browser or a newer version of your browser.")} ${_("The following errors occurred while processing your registration:")} ${Text(_('Required fields are noted by {strong_indicator}bold text and an asterisk (*).{strong_close}')).format( strong_indicator=HTML(''), strong_close=HTML('') )} ${_('Required Information')} ${_("Enter a public username:")} ${_('Public Username')} ${_('Will be shown in any discussions or forums you participate in')} % if ask_for_email: ${_("E-mail")} % endif % if ask_for_fullname: ${_('Full Name')} % endif ${_("Account Acknowledgements")} % if ask_for_tos : ${Text(_('I agree to the {link_start}Terms of Service{link_end}')).format( link_start=HTML('').format(url=marketing_link('TOS')), link_end=HTML(''))} % endif <% honor_code_path = marketing_link('TOS') + "#honor" %> ${Text(_('I agree to the {link_start}Honor Code{link_end}')).format( link_start=HTML('').format(url=honor_code_path), link_end=HTML(''))} % if course_id and enrollment_action: % endif ${_('Submit')} + ${_('Update My Account')}
${Text(_('Required fields are noted by {strong_indicator}bold text and an asterisk (*).{strong_close}')).format( strong_indicator=HTML(''), strong_close=HTML('') )}
${_("Enter a public username:")}