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