{{#if hasPermission}} {{#if is_hidden}} {{else}} {{/if}} {{/if}}
{{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}}
{{this.title}}
{{getFormattedNumber this.total}}
{{/each}}
{{/if}}
{{#each cdata}}
{{this.icon}} {{this.title}}
{{this.total}} {{this.user}}
{{/each}}
{{active-segmentation}}
{{#eachOfObject segmentations}}
{{value}}
{{/eachOfObject}}