%!
from django.utils.translation import ugettext as _
from django.core.urlresolvers import reverse
%>
${_("Helpful Information")}
${_("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'):${_("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