{#if $isLoggedIn}
chat
{#if $spaces}
{#each $spaces as space (space.roomId)}
{spaceShort(space.name)}
{/each}
{/if}
add
{:else}
{/if}