<%! from django.utils.translation import ugettext as _ %>

${_("Password reset initiated")}


${_("The system is looking for your account. You should receive an email with password reset instructions shortly. " "If you don't see it within a few minutes (and it's not in your email's Spam or Trash), your account may be under a " "different email address. Try {start_link}logging in{end_link} again with some other email addresses you maintain.").format( start_link='', end_link='' )}