{{#unless this.task.driverStatus.healthy}} {{x-icon "warning" class="is-warning"}} {{/unless}} {{this.task.name}} {{#if this.task.isConnectProxy}} {{/if}} {{this.task.state}} {{#if this.task.events.lastObject.message}} {{this.task.events.lastObject.message}} {{else}} No message {{/if}} {{format-ts this.task.events.lastObject.time}} {{#if this.task.isRunning}} {{#if (and (not this.cpu) this.fetchStats.isRunning)}} ... {{else if this.statsError}} {{x-icon "warning" class="is-warning"}} {{else}} {{/if}} {{/if}} {{#if this.task.isRunning}} {{#if (and (not this.memory) this.fetchStats.isRunning)}} ... {{else if this.statsError}} {{x-icon "warning" class="is-warning"}} {{else}} {{/if}} {{/if}}