{m.sign_in_to({ name: client.name })} {#if client == null}

{m.client_not_found()}

{:else}

{m.sign_in_to({ name: client.name })}

{#if errorMessage}

{errorMessage}.

{/if} {#if !authorizationRequired && !errorMessage}

{@html m.do_you_want_to_sign_in_to_client_with_your_app_name_account({ client: client.name, appName: $appConfigStore.appName })}

{:else if authorizationRequired}

{@html m.client_wants_to_access_the_following_information({ client: client.name })}

{#if scope!.includes('email')} {/if} {#if scope!.includes('profile')} {/if} {#if scope!.includes('groups')} {/if}
{/if}
{#if !errorMessage} {:else} {/if}
{/if}