{#if summary}

{summary.phase === 'timestop' ? 'In the stopped moment' : `Turn ${summary.turn + 1}`}

{#each [YOU, FOE] as const as who (who)} {@const w = summary.wizards[who]}
{who === YOU ? 'You' : duel.foe.name}
{#if w.effects.length === 0} untouched {:else} {#each w.effects as e, i (i)} 0}>{e.label} {signed(e.delta)} {/each} {/if} health {w.before}{#if w.before !== w.after} → {w.after}{/if}
{/each}
{#if summary.events.length} {/if} {#if duel.showLessons && summary.lessons.length} {/if}
{/if}