<%! from django.utils.translation import ugettext as _ %>
${_("We received a request to change the e-mail associated with your "
    "{platform_name} account from {old_email} to {new_email}. "
    "If this is correct, please confirm your new e-mail address by "
    "visiting:").format(platform_name=settings.PLATFORM_NAME, old_email=old_email, new_email=new_email)}

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

${_("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)}
