# extends 'layout.html' # block title ${dgettext('acct_mgr', 'Reset Password')} # endblock title # block head ${ super() } # endblock head # block content # if not authenticated

${dgettext('acct_mgr', 'Reset Password')}

${ dgettext("acct_mgr", "If you've forgotten your password, enter your username and email " "address below, and a new password will be sent to you.") }

${jmacros.form_token_input()}
# endif # endblock content