{{#each model.labels}}
  • {{this.title}}
    {{this.uid}}
  • {{/each}} {{#each model.devices}}
  • {{this.name}}
    {{this.UID}}
    {{#if_not_eq this.serial ""}} {{#if this.current}} {{else}} {{/if}} {{/if_eq}} {{#if this.preferred}} {{else}} {{/if}}
  • {{/each}}