{#if adventure.location}
{adventure.location}
{/if}
{#if adventure.rating}
{#each renderStars(adventure.rating) as filled}
{#if filled}
{:else}
{/if}
{/each}
({adventure.rating}/5)
{/if}
{#if adventure.visits.length > 0}
{formatVisitCount()}
{/if}
{#if !readOnly}
{#if type != 'link'}
{#if adventure.user_id == user?.uuid || (collection && user && collection.shared_with?.includes(user.uuid))}
-
{#if adventure.collection && user?.uuid == adventure.user_id}
-
{/if}
{#if !adventure.collection}
-
{/if}
-
{/if}
{:else}
{/if}
{/if}