{#if isCollectionModalOpen} (isCollectionModalOpen = false)} /> {/if} {#if adventure.image && adventure.image !== ''} {:else} {/if} {adventure.name} {#if adventure.type == 'visited'} Visited {:else} Planned {/if} {adventure.is_public ? 'Public' : 'Private'} {#if adventure.location && adventure.location !== ''} {adventure.location} {/if} {#if adventure.date && adventure.date !== ''} {new Date(adventure.date).toLocaleDateString()} {/if} {#if adventure.activity_types && adventure.activity_types.length > 0} {#each adventure.activity_types as activity} {activity} {/each} {/if} {#if type == 'visited'} goto(`/adventures/${adventure.id}`)} > {/if} {#if type == 'planned'} goto(`/adventures/${adventure.id}`)} > {/if} {#if type == 'link'} {/if} {#if adventure.type == 'visited'} {/if} {#if adventure.type == 'planned'} {/if} {#if adventure.collection} {/if} {#if !adventure.collection} (isCollectionModalOpen = true)} > {/if}
{adventure.location}
{new Date(adventure.date).toLocaleDateString()}