${_("Please complete the following fields to register for an account. ")}
${_('Required fields are noted by bold text and an asterisk (*).')}

${_('Required Information')}

% if has_extauth_info is UNDEFINED:
  1. ${_('Will be shown in any discussions or forums you participate in')} (${_('cannot be changed later')})
  2. ${_("Needed for any certificates you may earn")}
% else:

${_("Welcome {username}").format(username=extauth_id)}

${_("Enter a Public Display Name:")}

    % if ask_for_email:
  1. % endif
  2. ${_('Will be shown in any discussions or forums you participate in')} (${_('cannot be changed later')})
  3. % if ask_for_fullname:
  4. ${_("Needed for any certificates you may earn")}
  5. % endif
% endif

${_("Optional Personal Information")}

    % if 'level_of_education' in settings.REGISTRATION_OPTIONAL_FIELDS:
  1. % endif % if 'gender' in settings.REGISTRATION_OPTIONAL_FIELDS:
  2. % endif % if 'year_of_birth' in settings.REGISTRATION_OPTIONAL_FIELDS:
  3. % endif

${_("Optional Personal Information")}

    % if 'mailing_address' in settings.REGISTRATION_OPTIONAL_FIELDS:
  1. % endif % if 'goals' in settings.REGISTRATION_OPTIONAL_FIELDS:
  2. % endif

${_("Account Acknowledgements")}

  1. % if has_extauth_info is UNDEFINED or ask_for_tos :
    % endif
    <% ## TODO: provide a better way to override these links if self.stanford_theme_enabled(): honor_code_path = marketing_link('TOS') + "#honor" else: honor_code_path = marketing_link('HONOR') %>
% if course_id and enrollment_action: % endif