@for (item of steps; track item; let index = $index) {
@if (index === status.progressIndex) { }
{{ item }} {{ statusToLabel(indexStatus(index)) }}
}