{{#if @summary.taskGroup.allocations.length}} {{!-- Prevent storing aggregate diffs until allocation count is known --}}
{{@summary.taskGroup.job.name}} / {{@summary.taskGroup.name}}
Namespace: {{@summary.jobNamespace}}
{{format-month-ts @summary.submitTime}} {{@summary.taskGroup.count}} {{#if this.cpu.delta}} {{this.cpu.signedDiff}} {{this.cpu.percentDiff}} {{/if}} {{#if this.memory.delta}} {{this.memory.signedDiff}} {{this.memory.percentDiff}} {{/if}} {{#if this.cpu.delta}} {{this.cpu.signedAggregateDiff}} {{/if}} {{#if this.memory.delta}} {{this.memory.signedAggregateDiff}} {{/if}} {{/if}}