2018-08-06 16:57:40 -04:00
|
|
|
<div class="cell title">
|
2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.model.icon}}
|
|
|
|
{{d-icon this.model.icon}}
|
2018-08-06 16:57:40 -04:00
|
|
|
{{/if}}
|
2022-07-05 13:41:31 -04:00
|
|
|
<a href={{this.model.reportUrl}}>{{this.model.title}}</a>
|
2018-08-06 16:57:40 -04:00
|
|
|
</div>
|
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
<div class="cell value today-count">{{number this.model.todayCount}}</div>
|
2018-08-06 16:57:40 -04:00
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
<div class="cell value yesterday-count {{this.model.yesterdayTrend}}" title={{this.model.yesterdayCountTitle}}>
|
|
|
|
{{number this.model.yesterdayCount}} {{d-icon this.model.yesterdayTrendIcon}}
|
2018-08-06 16:57:40 -04:00
|
|
|
</div>
|
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
<div class="cell value sevendays-count {{this.model.sevenDaysTrend}}" title={{this.model.sevenDaysCountTitle}}>
|
|
|
|
{{number this.model.lastSevenDaysCount}} {{d-icon this.model.sevenDaysTrendIcon}}
|
2018-08-06 16:57:40 -04:00
|
|
|
</div>
|
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
<div class="cell value thirty-days-count {{this.model.thirtyDaysTrend}}" title={{this.model.thirtyDaysCountTitle}}>
|
|
|
|
{{number this.model.lastThirtyDaysCount}}
|
2018-08-22 12:00:11 -04:00
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.model.canDisplayTrendIcon}}
|
|
|
|
{{d-icon this.model.thirtyDaysTrendIcon}}
|
2018-08-22 12:00:11 -04:00
|
|
|
{{/if}}
|
2018-08-06 16:57:40 -04:00
|
|
|
</div>
|