{#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 && adventure.user.uuid == user?.uuid) || (collection && user && collection.shared_with?.includes(user.uuid))}
-
{#if user?.uuid == adventure.user?.uuid}
-
{/if}
-
{/if}
{:else}
{/if}
{/if}