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