{#if messageType}
{#if messageType === "after-password-reset"}
{:else if messageType === "user-disabled"}
{:else if messageType === "user-inactivity"}
{/if}
{/if}
{$LL.signInPage.signIn()}
{$LL.or().toLowerCase()}
{$LL.createANewAccount().toLowerCase()}
{#if error.text || error.title}
{#if error.title}
{error.title}
{/if} {#if error.text}
{error.text}
{/if}
{/if}
{$LL.signInPage.resetPassword()}