@for (task of _tasks(); track task.id) {

@if (task.__expand__) {
@for (step of task.steps; track step.id) {
@switch (step.status) { @case ('pending') { } @case ('running') { } @case ('done') { } @case ('failed') { } @default { {{ step.stepIndex }}. } }
{{ step.description }}
}
}
} @if (editable()) { } @if (loading()) { }