% if third_party_auth_error: % endif

${_('Please provide the following information to log into your {platform_name} account. Required fields are noted by bold text and an asterisk (*).').format(platform_name=platform_name)}

${_('Required Information')}

  1. ${_("This is the e-mail address you used to register with {platform}").format(platform=platform_name)}
  2. ${_('Forgot password?')}

${_('Account Preferences')}

% if third_party_auth.is_enabled(): ## Developers: this is a sentence fragment, which is usually frowned upon. The design of the pags uses this fragment to provide an "else" clause underneath a number of choices. It's OK to leave it. ## Translators: this is the last choice of a number of choices of how to log in to the site. ${_('or')}
% for enabled in provider.Registry.accepting_logins(): ## Translators: provider_name is the name of an external, third-party user authentication provider (like Google or LinkedIn). % endfor
% endif