{#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}
{#if expanded && store.robotState}
{JSON.stringify(store.robotState, null, 2)}
{/if}