<%! from django.utils.translation import ugettext as _ %>
${_("This is to confirm that you changed the e-mail associated with "
  "{platform_name} from {old_email} to {new_email}. If you "
  "did not make this request, please contact us at").format(platform_name=settings.PLATFORM_NAME, old_email=old_email, new_email=new_email)}

${settings.CONTACT_EMAIL}

${_("We keep a log of old e-mails, so if this request was unintentional, we "
    "can investigate.")}
