<% if (!context.syncLearnerProfileData) { %>
<%- edx.StringUtils.interpolate(gettext('Already have an {platformName} account?'), {platformName: context.platformName }) %> <%- gettext("Sign in.") %>
<% } %>
<% if (!context.currentProvider) { %> <% if (context.providers.length > 0 || context.hasSecondaryProviders) { %>

<%- gettext("Create an account using") %>

<% _.each( context.providers, function( provider) { if ( provider.registerUrl ) { %> <% } }); %> <% if ( context.hasSecondaryProviders ) { %> <% } %>
<% if (!context.is_require_third_party_auth_enabled) { %>

<%- gettext("or create a new one here") %>

<% } %> <% } else if (!context.is_require_third_party_auth_enabled) { %>

<%- gettext('Create an Account')%>

<% } %> <% } else if (context.autoRegisterWelcomeMessage) { %> <%- context.autoRegisterWelcomeMessage %> <% } %>
<%= context.fields /* xss-lint: disable=underscore-not-escaped */ %>