{#if receipts.length > 0}
Read by
{#each receipts.slice(0, 5) as reader}
{#if reader.avatarUrl} {reader.name} {:else}
{reader.name[0]?.toUpperCase()}
{/if}
{/each} {#if receipts.length > 5}
+{receipts.length - 5}
{/if}
{/if}