{{#if sayThanks}}

{{localize 'reset_password_next'}}.

{{else}}
{{focus-input type="email" value=email id="email" class=(if hasEmptyEmailError "form-control is-invalid" "form-control")}} {{#if sayError}}

{{localize 'not_found'}}

{{/if}}
{{ui/ui-button color=constants.Color.Yellow light=true label=(localize 'reset') onClick=(action "forgot")}} {{/if}} {{#link-to "auth.login"}}{{localize 'signin'}}{{/link-to}}