Entities Active Deleted {{#if data}} {{#each data}} {{@key}} {{#if this.active}} {{this.active}} {{else}} 0 {{/if}} {{#if this.deleted}} {{this.deleted}} {{else}} 0 {{/if}} {{/each}} {{/if}}