{$t('checklist.checklist_editor')}

{#if initialName}

{$t('checklist.editing_checklist')} {initialName}

{/if} {#if (checklist && user?.pk == checklist?.user_id) || (user && collection && collection.shared_with.includes(user.uuid)) || !checklist}
{ if (e.key === 'Enter') { e.preventDefault(); addItem(); } }} />
{#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}
{:else}
{#if items.length > 0}

{$t('checklist.items')}

{/if} {#each items as item, i}
{/each}
{/if}