{#if $auth.user && loaded}
userInfoModal.show()}> My profile changePasswordModal.show()} > Update password {#if $auth.isBuilder} $goto("../portal")} > Open developer mode {/if} Log out
Hey {helpers.getUserLabel($auth.user)} Welcome to the {$organisation.company} portal. Below you'll find the list of apps that you have access to. {#if $licensing.usageMetrics?.dayPasses >= 100 || $licensing.errUserLimit}
spaceman {"Your apps are currently offline."} Please contact the account holder to get them back online.
{:else if userApps.length} Apps
{#each userApps as app (app.appId)} {:else} You don't have access to any apps yet. The apps you have access to will be listed here. {/if}
{/if}