{#each items as item (item.id)}
{#if showTimestamps && item.timestamp} [{item.timestamp}] {/if} {#if item.userName} {item.userName}: {/if} {#if item.isPreview} [...] {/if} {item.text}
{:else}
Transcriptions will appear here...
{/each}