{#if s.connectionType === 'hawser-standard'}
{:else if s.connectionType === 'hawser-edge'}
{:else if s.connectionType === 'direct'}
{:else}
{/if}
{connectionLabel(s.connectionType)}
{:else if tile.loading}
{#each s.labels as label}
{@const colors = getLabelColors(label)}
{label}
{/each}
{/if}
{/if}
{/snippet}