{#if !searchFaces}

Select face

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

All people

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