${_("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. % if self.stanford_theme_enabled(): ${_("Needed for any Statements of Accomplishment you may earn (cannot be changed later)")} % else: ${_("Needed for any certificates you may earn (cannot be changed later)")} % endif
% 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
% if course_id and enrollment_action: % endif