{#if loading}
{:else if filteredPeople.length > 0}
{#each filteredPeople as person (person.id)} {@const isSelected = selectedPeople.some((p) => p.id === person.id)} {/each}
{:else}

{$t('no_people_found')}

{/if}
{#if multiple} {/if}