{#if showAvatars && (item.avatarSrc || item.avatarFallback)} {#if item.avatarSrc} {:else} {item.avatarFallback} {/if} {/if} {#if item.title}{item.title}{/if} {#if item.text}{item.text}{/if} {#if item.bullets && item.bullets.length} {#each item.bullets as bullet}{bullet}{/each} {/if} {#if item.links && item.links.length} {#each item.links as link} {link.label} {/each} {/if} {#if showMetadata && (item.timestamp || item.status || item.actionLabel)} {/if}