{#if !destinations || ownDestinations.length === 0}
No configurable Destination found
{:else}
{#each ownDestinations as destination}
{/each}
{#if otherDestinations.length > 0 && $session.teamId === '0'}
Other Destinations
{/if}
{#each otherDestinations as destination}
{/each}
{/if}