## xss-lint: disable=mako-missing-default <%! from common.djangoapps import third_party_auth import six from common.djangoapps.third_party_auth import pipeline, provider from django.utils.translation import ugettext as _ from django_countries import countries from common.djangoapps.student.models import UserProfile %>
% if third_party_auth.is_enabled(): % if not running_pipeline:${_('Create your own {platform_name} account below').format(platform_name=platform_name)} # xss-lint: disable=python-wrap-html ${_('Required fields are noted by bold text and an asterisk (*).')}
% else:
## Translators: selected_provider is the name of an external, third-party user authentication service (like Google or LinkedIn).
# xss-lint: disable=python-wrap-html, python-interpolate-html
${_("You've successfully signed in with {selected_provider}.").format(selected_provider='%s' % selected_provider)}
${_("We just need a little more information before you start learning with {platform_name}.").format(platform_name=settings.PLATFORM_NAME)}
${_("Please complete the following fields to register for an account. ")}
# xss-lint: disable=python-wrap-html
${_('Required fields are noted by bold text and an asterisk (*).')}