{{#let this.highlightAllocation as |allocation|}}
  1. Job {{allocation.allocation.job.name}}/{{allocation.allocation.taskGroupName}}
  2. {{#if this.system.shouldShowNamespaces}}
  3. Namespace {{allocation.allocation.job.namespace.name}}
  4. {{/if}}
  5. Memory {{format-scheduled-bytes allocation.memory start="MiB"}}
  6. CPU {{format-scheduled-hertz allocation.cpu}}
{{/let}}
{{#if this.activeAllocation}} {{#each this.activeEdges as |edge|}} {{/each}} {{/if}}