%inherit file="/template.html" />
<%def name="title()">${_("Password reset")}%def>
<%block name="headline">
${_("Password reset")}
%if not lib.auth.welcome.welcome_enabled():
${_("You will be sent an activation link that, when opened, will cause the system to email you a new password.")}
%else:
${_("You will be sent an activation link that, when opened, will allow you pick a new password.")}
%endif
%block>
<%block name="main_content">
%block>