{#if destination.remoteEngine}
{/if}
{destination.name}
{#if $appSession.teamId === '0' && otherDestinations.length > 0}
{destination.teams[0].name}
{/if}
{destination.network}
{#if $appSession.teamId === '0' && destination.remoteVerified === false && destination.remoteEngine}
Not verified yet
{/if}
{#if destination.remoteEngine && !destination.sshKeyId}
SSH Key missing!
{/if}