{#if $participants.length > 0}
{#each $participants as pk (pk)}
{displayProfileByPubkey(pk)}
{/each}
{/if}