## -*- coding: utf-8 -*-
<%inherit file="main.txt"/>

${_('Hello %s') % user|n,unicode}

${_('We have received a request to reset the password for your account..')|n,unicode}
${_('To set a new password, click the following link')|n,unicode}:

${reset_url|n,unicode}

${_("Should you not be able to use the link above, please type the following code into the password reset form")|n,unicode}: ${reset_token|n,unicode}

${_("If it weren't you who requested the password reset, just disregard this message.")|n,unicode}
