<%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse %>

${_("Helpful Information")}

% if settings.FEATURES.get('AUTH_USE_OPENID'): % endif

${_("Not Enrolled?")}

${_("Sign up for {platform_name} today!").format(platform_name=platform_name)}

## Disable help unless the FAQ marketing link is enabled % if settings.MKTG_URL_LINK_MAP.get('FAQ'):

${_("Need Help?")}

${_("Looking for help signing in or with your {platform_name} account?").format(platform_name=platform_name)} ${_("View our help section for answers to commonly asked questions.")}

% endif