{{#if this.model.computedLabels}} {{#each this.model.computedLabels as |label|}} {{/each}} {{else}} {{#each this.model.data as |data|}} {{/each}} {{/if}} {{#each this.paginatedData as |data|}} {{/each}} {{#if this.showTotalForSample}} {{#each this.totalsForSample as |total|}} {{/each}} {{/if}} {{#if this.showTotal}} {{/if}} {{#if this.showAverage}} {{/if}}
{{data.x}}
{{i18n "admin.dashboard.reports.totals_for_sample"}}
{{total.formattedValue}}
{{i18n "admin.dashboard.reports.total"}}
{{number this.model.total }}
{{i18n "admin.dashboard.reports.average_for_sample"}}
{{number this.averageForSample }}