WIZ-WAR
{#if data}
{#if data.whole}
The whole tale{data.actor ? ` — ${data.actor} triumphant` : ""}
{:else if data.headline}
{data.headline}
an instant replay of {data.actor}'s turn{data.round ? `, round ${data.round}` : ""}
{:else}
Instant replay — {data.actor}'s turn{data.round ? ` (round ${data.round})` : ""}
{/if}
{/if}
{#if failed}
{:else if !data}
{:else}
{#key reelKey}
(reelKey += 1)} />
{/key}
{/if}