{{#conditional-loading-section isLoading=isLoading}}

{{title}}

{{#if help}} {{i18n help}} {{/if}}
{{#each reportsForPeriod as |report|}}
{{#if report.labels}} {{#each report.labels as |label|}} {{/each}} {{else}} {{#each report.data as |data|}} {{/each}} {{/if}} {{#unless hasBlock}} {{#each report.data as |data|}} {{/each}} {{else}} {{yield (hash report=report)}} {{/unless}}
{{label}}{{data.x}}
{{number data.y}}
{{/each}} {{/conditional-loading-section}}