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