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

${_("Registration Help")}

% if has_extauth_info is UNDEFINED:

${_("Already registered?")}

% endif

${_("Next Steps")}

${_("You will receive an activation email. You must click on the activation link to complete the process. Don't see the email? Check your spam folder and mark emails from class.stanford.edu as 'not spam', since you'll want to be able to receive email from your courses.")}

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

${_("Need Help?")}

${_("Need help in registering with {platform_name}?").format(platform_name=platform_name)} ${_("View our FAQs for answers to commonly asked questions.")} ${_("Once registered, most questions can be answered in the course specific discussion forums or through the FAQs.")}

% endif