{{#if allocation}} {{#if allocation.unhealthyDrivers.length}} {{x-icon "warning" class="is-warning"}} {{/if}} {{#if allocation.nextAllocation}} {{x-icon "history" class="is-faded"}} {{/if}} {{#if allocation.wasPreempted}} {{x-icon "boot" class="is-faded"}} {{/if}} {{allocation.shortId}} {{format-month-ts allocation.createTime short=true}} {{moment-from-now allocation.modifyTime}} {{x-icon (if pluginAllocation.healthy "check-circle-outline" "minus-circle-outline") class=(if pluginAllocation.healthy "is-success" "is-danger")}} {{if pluginAllocation.healthy "Healthy" "Unhealthy"}} {{allocation.node.shortId}} {{#if (or allocation.job.isPending allocation.job.isReloading)}} ... {{else}} {{allocation.job.name}} / {{allocation.taskGroup.name}} {{/if}} {{allocation.jobVersion}} {{if allocation.taskGroup.volumes.length "Yes"}} {{else}} … {{/if}}