{{#if (or expandSelf expanded)}} {{#if execution.exception}} {{/if}} {{#if checkExecutions }} {{/if}} {{execution.name}} {{execution.resourceId}} {{execution.exitReason}} {{date-from-now execution.startTime}} {{date-from-now execution.stopTime}} {{run-time execution.startTime execution.stopTime}} {{#if checkExecutions }} {{#each execution.children as |child|}} {{#each child.executions as |execution|}} {{process-execution-rows execution=execution expandSelf=expanded nodeDepth=depth expandAll=expandAll}} {{/each}} {{/each}} {{/if}} {{/if}}