<%block name="header">\
<% title = _('Password Reset Request') %>\
<%include file="header.txt" args="title=title,link=None"/>\
</%block>\
\
${_('Hello %s') % user|n},

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

%if reset_token is None:
${_('This account is however managed outside this system and the password cannot be changed here.')|n}
%else:
${_('To set a new password, click the following link')|n}:

${reset_url|n}

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

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