{#if $session.userId}
Already logged in...
{:else}
{#if userCount === 0}
You are registering the first user. It will be the administrator of your Coolify instance.
It will take a while, because Coolify will configure itself, the proxy and other docker related
stuff.
{/if}
{/if}