{#if checklist?.id}

{$t('checklist.checklist_editor')}

{:else} {$t('checklist.new_checklist')} {/if}

{$t('adventures.basic_information')}
{#if collection && collection.start_date && collection.end_date && !isReadOnly} {/if}
{$t('checklist.items')}
{#if !isReadOnly}
{ if (e.key === 'Enter') { e.preventDefault(); addItem(); } }} />
{/if} {#if items.length > 0}

{$t('checklist.items')}

{/if} {#each items as item, i}
{/each}
{#if warning}
{warning}
{/if} {#if collection.is_public}
{$t('checklist.checklist_public')}
{/if}