{#if show_label && label}
{#if label_icon}
{#if isImageUrl(label_icon)}
{:else}
{label_icon}
{/if}
{/if} {label}
{/if}
{#each participants as participant, index}
{@html renderMarkdown(getLatestMessage(participant))}
{#if hasCustomImage(participant)}
handleImageError(event, participant)} /> {:else}
{getEmoji(participant)}
{/if}
{participant}
{/each}