{{#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 (or expandSelf expanded)}} {{#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 nodeDepth=depth expandSelf=expanded expandAll=expandAll }} {{/each}} {{/if}}