{$t('index.destinations')}
{#if $session.isAdmin} {/if}
{#if !destinations || ownDestinations.length === 0}
{$t('destination.no_destination_found')}
{/if} {#if ownDestinations.length > 0 || otherDestinations.length > 0}
{#if otherDestinations.length > 0 && $session.teamId === '0'}
Other Destinations
{/if}
{/if}