| SET | {#if previousSets}PREVIOUS | {/if} {#each mainMetrics as metric (metric)}{METRIC_LABELS[metric]} | {/each} {#if editable && hasRpe}RPE | {/if} {#if editable}{/if} |
|---|---|---|---|---|
| {i + 1} | {#if previousSets}{#if previousSets[i]} {formatPrev(previousSets[i])} {:else} — {/if} | {/if} {#each mainMetrics as metric (metric)}{#if editable} handleInput(i, metric, e)} /> {:else} {set[metric] ?? '—'} {/if} | {/each} {#if editable && hasRpe}handleInput(i, 'rpe', e)} /> | {/if} {#if editable}{/if} |