{{#if view.email}}
{{view.email}}
{{/if}} {{#if Mist.backendsController.ok}}

Everything is OK!

{{/if}} {{#each Mist.backendsController}} {{#if this.error}}

Backend {{this.title}} is in error!

{{/if}} {{#if this.waiting}}

Waiting {{this.title}}

{{/if}} {{/each}} {{#if view.logout}} {{/if}}