{#if StepIcon}
{/if} {t("chain.stepLabel", { n: index + 2, title: toolTitle(tool) })}
✕
{t("chain.inputLegend")}
{t("chain.resultLegend")}
{#if busy && !result}
{:else}
{#if busy}
{t("resultCard.recalc")}
{/if}
{isLast ? t("resultCard.nextTool") : t("resultCard.breakChain")}
{/if}
{#if tool.params.length > 0}
{t("chain.paramsLegend")}
{/if}