Destinations
{#if $session.isAdmin} {/if}
{#if !destinations || destinations.length === 0}
No destination found
{:else}
{#if $session.teamId === '0' && ownDestinations.length > 0 && otherDestinations.length > 0}
Current Team
{/if} {#if otherDestinations.length > 0 && $session.teamId === '0'}
Others
{/if}
{/if}