{#if error}
{error}
{/if} {#if success}
{success}
{/if} {#if tokenSent}
{$_('resetPassword.title')}
{$_('resetPassword.subtitle')}
{$_('resetPassword.code')}
{$_('resetPassword.newPassword')}
{$_('resetPassword.confirmPassword')}
{submitting ? $_('resetPassword.resetting') : $_('resetPassword.resetButton')}
{ tokenSent = false; token = ''; newPassword = ''; confirmPassword = '' }}> {$_('resetPassword.requestNewCode')}
{:else}
{$_('resetPassword.forgotTitle')}
{$_('resetPassword.forgotSubtitle')}
{$_('resetPassword.handleOrEmail')}
{submitting ? $_('resetPassword.sending') : $_('resetPassword.sendCode')}
{/if}
{$_('common.backToLogin')}