{#if !searchFaces}

Select face

{ searchFaces = true; }} /> {#if !isShowLoadingNewPerson} {:else}
{/if}
{:else}
{#if isShowLoadingSearch}
{/if}
(searchFaces = false)} /> {/if}
{#if showPeople.length > 0}

All people

{#each showPeople as person (person.id)} {#if person.id !== editedPerson?.id}
{/if} {/each}
{:else}

No faces found

{/if}