{#if totalPersonCount > displayedPersonCount}
Displaying {displayedPersonCount} of {totalPersonCount} people found:
{:else}
{personAnchors.length} people found:
{/if}
{#each personAnchors as person}
{@const isDisabled = disabledPersons.has(person.pubkey)}
{/each}