처리
{#each STAGES as stage} {@const done = !!doc[stage.key]}
{#if done}
{:else}
{/if} {stage.label}
{done ? '완료' : '대기'}
{/each}