{{#if topLevel}} {{#if checkProcessHandlerExecutions }} {{/if}} {{#if execution.exception}} {{/if}} {{execution.processName}} {{execution.resourceType}}:{{execution.resourceId}} {{execution.exitReason}} {{#if execution.startTime}} {{date-from-now execution.startTime}} {{else}} {{/if}} {{#if execution.stopTime}} {{date-from-now execution.stopTime}} {{else}} {{/if}} {{run-time execution.startTime execution.stopTime}} {{else}} {{#if shouldExpand}} {{#if execution.exception}} {{/if}} {{#if checkProcessHandlerExecutions }} {{/if}} {{execution.processName}} {{execution.resourceType}}:{{execution.resourceId}} {{execution.exitReason}} {{#if execution.startTime}} {{date-from-now execution.startTime}} {{else}} {{/if}} {{#if execution.stopTime}} {{date-from-now execution.stopTime}} {{else}} {{/if}} {{run-time execution.startTime execution.stopTime}} {{/if}} {{/if}} {{#if checkProcessHandlerExecutions }} {{#each execution.processHandlerExecutions as |processExe|}} {{process-execution-handler-rows execution=processExe shouldExpand=expanded shouldExpandChildren=expandAll nodeDepth=depth}} {{/each}} {{/if}}