{$t('show_and_hide_people')}
({totalPeopleCount.toLocaleString($locale)})
{#if !showLoadingSpinner}
{$t('done')}
{:else}
{/if}
{@const hidden = personIsHidden[person.id]}
(personIsHidden[person.id] = !hidden)} aria-pressed={hidden} aria-label={person.name ? $t('hide_named_person', { values: { name: person.name } }) : $t('hide_person')} >
{#if person.name}
{person.name}
{/if}