<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %> <%namespace file='main.html' import="login_query"/> <%namespace name='static' file='static_content.html'/>

${_("Registration Help")}

% if has_extauth_info is UNDEFINED:

${_("Already registered?")}

% endif ## TODO: Use a %block tag or something to allow themes to ## override in a more generalizable fashion.

${_("Welcome to {platform_name}").format(platform_name=platform_name)}

${_("Registering with {platform_name} gives you access to all of our current and future free courses. Not ready to take a course just yet? Registering puts you on our mailing list - we will update you as courses are added.").format(platform_name=platform_name)}

${_("Next Steps")}

${_("As part of joining {platform_name}, you will receive an email message with instructions for activating your account. Don't see the email? Check your spam folder and mark {platform_name} emails as 'not spam'. At {platform_name}, we communicate mostly through email.").format(platform_name=platform_name)}

% if settings.MKTG_URL_LINK_MAP.get('FAQ'):

${_("Need Help?")}

${_("Need help registering with {platform_name}?").format(platform_name=platform_name)} ${_("View our FAQs for answers to commonly asked questions.")} ${_("You can find the answers to most of your questions in our list of FAQs. After you enroll in a course, you can also find answers in the course discussions.")}

% endif