{$t('show_and_hide_people')}
({people.length.toLocaleString($locale)})
{#if !showLoadingSpinner}
{$t('done')}
{:else}
{/if}
{#each people as person, index (person.id)}
(personIsHidden[person.id] = !personIsHidden[person.id])} >
{#if person.name}
{person.name}
{/if}
{/each}