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

${_('Hello %s') % user}

${_('We have received a request to reset the password for your account.')}

${_('To set a new password, click the following link')}:

${reset_url}

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

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