{#if isWarningModalOpen} (isWarningModalOpen = false)} on:confirm={deleteNote} /> {/if} {note.name} {$t('adventures.note')} {#if unlinked} {$t('adventures.out_of_range')} {/if} {#if note.links && note.links.length > 0} {note.links.length} {note.links.length > 1 ? $t('adventures.links') : $t('adventures.link')} {/if} {#if note.date && note.date !== ''} {new Date(note.date).toLocaleDateString(undefined, { timeZone: 'UTC' })} {/if} {$t('notes.open')} {#if note.user_id == user?.uuid || (collection && user && collection.shared_with && collection.shared_with.includes(user.uuid))} (isWarningModalOpen = true)}> {/if}
{note.links.length} {note.links.length > 1 ? $t('adventures.links') : $t('adventures.link')}
{new Date(note.date).toLocaleDateString(undefined, { timeZone: 'UTC' })}