{{#unless view.machine.isGhost}} {{#link-to "machine" view.machine classBinding="view.machine.hasMonitoring"}}
{{view.machine.name}}
{{view.machine.state}} {{#if pendingCreation}}
{{else}} {{#if waitState}}
{{/if}} {{/if}}
{{#if view.machine.hasMonitoring}} {{/if}} {{#unless pendingCreation}}
{{/unless}}
{{view.machine.backend.title}} {{#each view.machine.tags}} {{this}} {{/each}}
{{/link-to}} {{else}}
{{view.machine.name}}
{{view.machine.state}}
{{/unless}}