{#if hasBlocks}
{#each sortedBlocks as block, i (block.id)}
handleTextChange(block.id, text)} onFocus={() => handleFocus(block.id)} onDeleteClick={() => handleDelete(block.id)} onRetry={() => handleRetry(block.id)} />
{/each}
{:else}

{m.transcription_empty_cta()}

{/if}