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