{#snippet action()} [view all] {/snippet} {#if countHidden}

keeps their friend count private.

{:else}

has {formatCount(total)} friend{total === 1 ? '' : 's'}.

{/if} {#if hidden}

This friends list is private.

{:else if loading && friends.length === 0}

Loading friends…

{:else if friends.length === 0}

No friends to show yet.

{:else} {/if}