<%namespace file="../main.html" import="stanford_theme_enabled" />
<%! from django.utils.translation import ugettext as _ %>

${_("Thank you for signing up for {platform_name}! To activate "
"your account, please copy and paste this address into your web "
"browser's address bar:").format(platform_name=settings.PLATFORM_NAME)}

% if is_secure:
  https://${ site }/activate/${ key }
% else:
  http://${ site }/activate/${ key }
% endif

## Temporary hack until we develop a better way to adjust language
% if stanford_theme_enabled():
  ${_("If you didn't request this, you don't need to do anything; you won't "
      "receive any more email from us. Please do not reply to this e-mail; "
      "if you require assistance, check the about section of the "
      "{platform_name} Courses web site.").format(platform_name=settings.PLATFORM_NAME)}
% else:
  ${_("If you didn't request this, you don't need to do anything; you won't "
      "receive any more email from us. Please do not reply to this e-mail; "
      "if you require assistance, check the help section of the "
      "{platform_name} web site.").format(platform_name=settings.PLATFORM_NAME)}
% endif
