{#if store.connectionStatus === 'disconnected'}
{#if auth.isLoggedIn}
{:else if auth.isHfSpace}
{:else}
{/if}
{:else if store.connectionStatus === 'connecting'}
{#if store.producers.length > 1}
{#each store.producers as producer}
{/each}
{:else}
{/if}
{:else}
{/if}
{#if store.robotState}
{/if}