{#if reactions.length > 0}
{#each reactions as r}
{displayChar(r.content)}
{r.count}
{/each}
{/if}