{#if !hydrated} {i18n.t("auth.reset.title")} {i18n.t("auth.reset.description")}

{i18n.t("common.loading")}

{:else if !tokenFromLink} {i18n.t("auth.reset.missingTitle")} {i18n.t("auth.reset.missingDescription")} {i18n.t("auth.reset.tokenMissing")}

{i18n.t("auth.reset.requestNewLink")}

{i18n.t("auth.reset.goToSignIn")}

{:else} {done ? i18n.t("auth.reset.doneTitle") : i18n.t("auth.reset.title")} {done ? i18n.t("auth.reset.doneDescription") : i18n.t("auth.reset.description")} {#if done}

{i18n.t("auth.reset.goToSignIn")}

{:else}
{#if error} {error} {/if}

{i18n.t("auth.reset.linkRecognized")}

{i18n.t("auth.reset.passwordHint")}

{i18n.t("auth.reset.goToSignIn")}

{/if}
{/if}