<%! from django.utils.translation import ugettext as _ %>
${_("You're almost there! Use the link to activate your account to access engaging, high-quality "
"{platform_name} courses. Note that you will not be able to log back into your account until "
"you have activated it.").format(platform_name=platform_name)}

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

${_("Enjoy learning with {platform_name}.").format(platform_name=platform_name)}

${_("The {platform_name} Team").format(platform_name=platform_name)}

${_("If you need help, please use our web form at {support_url} or email {support_email}.").format(
  support_url=support_url, support_email=support_email
)}

${_("This email message was automatically sent by {lms_url} because someone attempted to create an "
"account on {platform_name} using this email address.").format(
  lms_url=lms_url, platform_name=platform_name
)}