{#each slots as slot, i (i)}
{#if slot} {#if i === 0}
{/if}
{#if slot.stage === 0}
{:else} {@const Symbol = SYMBOL[slot.stage as Stage].c}
{/if}
{:else}
{/if}
{/each}