{{page-title}}
{{> date-selector }}
{{#each usage}}
{{getShortNumber this.data.total}} {{#if this.data.isEstimate}} {{/if}}
{{this.title}}
{{#ifCond this.data.change "==" "NA"}} trending_flat {{else}} {{#ifCond this.data.change "==" "0%"}} trending_flat {{else}} {{#ifCond this.data.trend "==" "u"}} trending_up {{else}} trending_down {{/ifCond}} {{/ifCond}} {{/ifCond}}
{{this.data.change}}
{{/each}}
{{#if big-numbers}}
{{#each big-numbers.items}} {{#if ../loss}}
{{else}}
{{/if}}
{{this.title}}
{{getShortNumber this.total}}
{{/each}}
{{/if}} {{#if bars}}
{{#each bars}}
{{this.title}}
{{#if this.data}}
{{#each this.data}}
{{/each}}
{{this.data.0.name}}
{{else}}
{{/if}}
{{/each}}
{{/if}}
{{page-title}}