{#if isLoading}
Loading...
{:else if !isAuthenticated}
{#if showPassword}
{:else}
{/if}
{#if isDisabled}
Logging in...
{:else}
Login
{/if}
Register
{/if}