Entity Type |
Active |
Deleted |
Shell |
{{#if data}}
{{#each data}}
{{@key}} |
{{#if this.active}}
{{this.active}} |
{{else}}
0 |
{{/if}}
{{#if this.deleted}}
{{this.deleted}} |
{{else}}
0 |
{{/if}}
{{#if this.shell}}
{{this.shell}} |
{{else}}
0 |
{{/if}}
{{/each}}
{{/if}}