{#if client == null}
{m.client_not_found()}
{:else}{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 })}