2015-05-14 12:53:33 -04:00
|
|
|
<td class="title">
|
2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.report.icon}}
|
|
|
|
{{d-icon this.report.icon}}
|
2015-05-14 12:53:33 -04:00
|
|
|
{{/if}}
|
2022-07-05 13:41:31 -04:00
|
|
|
<a href={{this.report.reportUrl}}>{{this.report.title}}</a>
|
2015-05-14 12:53:33 -04:00
|
|
|
</td>
|
2017-01-09 02:54:31 -05:00
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
<td class="value">{{number this.report.todayCount}}</td>
|
2017-01-09 02:54:31 -05:00
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
<td class="value {{this.report.yesterdayTrend}}" title={{this.report.yesterdayCountTitle}}>
|
|
|
|
{{number this.report.yesterdayCount}} {{d-icon this.report.yesterdayTrendIcon}}
|
2017-01-09 02:54:31 -05:00
|
|
|
</td>
|
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
<td class="value {{this.report.sevenDaysTrend}}" title={{this.report.sevenDaysCountTitle}}>
|
|
|
|
{{number this.report.lastSevenDaysCount}} {{d-icon this.report.sevenDaysTrendIcon}}
|
2017-01-09 02:54:31 -05:00
|
|
|
</td>
|
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
<td class="value {{this.report.thirtyDaysTrend}}" title={{this.report.thirtyDaysCountTitle}}>
|
|
|
|
{{number this.report.lastThirtyDaysCount}} {{d-icon this.report.thirtyDaysTrendIcon}}
|
2017-01-09 02:54:31 -05:00
|
|
|
</td>
|
|
|
|
|
2022-07-05 13:41:31 -04:00
|
|
|
{{#if this.allTime}}
|
|
|
|
<td class="value">{{number this.report.total}}</td>
|
2018-05-14 10:04:54 -04:00
|
|
|
{{/if}}
|