{#if !destinations || ownDestinations.length === 0}
{$t('application.configuration.no_configurable_destination')}
{:else}
{#each ownDestinations as destination}
{/each}
{#if otherDestinations.length > 0 && $appSession.teamId === '0'}
Other Destinations
{/if}
{#each otherDestinations as destination}
{/each}
{/if}