{#if busyPlanning}
{Copy.PlanningInProgress}
{/if} {#if steps && steps?.length > 0}
e.key === 'Enter' && toggleExpand()} aria-label={expanded ? "Collapse planned steps" : "Expand planned steps"} role="button" tabindex=0>
{#each steps as step, index }
{#if index < activeStepIndex}
{/if} {#if index === activeStepIndex}
{/if} {#if index > activeStepIndex}
{/if} {`${index + 1}. ${step.description}`}
{#if index < steps.length - 1}
{/if} {/each}
{#if steps.length > 2}
{/if}
{/if}