{name}
{#if error}
{error}
{:else if blockReason}
{blockReason}
{:else}
{stepLabel}
{/if}
{#if scannerResults && scannerResults.length > 0}
{/if}
{#if status === 'done' || status === 'updated'}
{:else if status === 'failed'}
{:else if status === 'blocked' && onForceUpdate}
{#if isForceUpdating}
{:else}
{/if}
{/if}
{#if hasToggle}
{/if}