{{#each bignumbers}}
{{this.title}}
{{getFormattedNumber this.total}}
{{#ifCond this.trend "==" "u"}} trending_up {{else}} trending_down {{/ifCond}}
{{/each}}