{#if isCollectionModalOpen} (isCollectionModalOpen = false)} /> {/if} {#if isWarningModalOpen} (isWarningModalOpen = false)} on:confirm={deleteAdventure} /> {/if} {#if image_url} (image_url = null)} {adventure} /> {/if}
{#if adventure.images && adventure.images.length > 0} {:else} No image available {/if}
{typeToString(adventure.type)}
{isAdventureVisited(adventure) ? 'Visited' : 'Planned'}
{adventure.is_public ? 'Public' : 'Private'}
{#if adventure.location && adventure.location !== ''}

{adventure.location}

{/if} {#if adventure.visits.length > 0}

{adventure.visits.length} {adventure.visits.length > 1 ? 'visits' : 'visit'}

{/if} {#if adventure.activity_types && adventure.activity_types.length > 0}
    {#each activityTypes as activity}
    {activity}
    {/each}
{/if}
{#if type != 'link'} {#if adventure.user_id == user?.pk || (collection && user && collection.shared_with.includes(user.uuid))} {:else} {/if} {/if} {#if type == 'link'} {/if}