2015-05-14 12:53:33 -04:00
|
|
|
<td class="title">
|
|
|
|
{{#if report.icon}}
|
2017-07-26 16:25:09 -04:00
|
|
|
{{d-icon report.icon}}
|
2015-05-14 12:53:33 -04:00
|
|
|
{{/if}}
|
2020-03-07 06:58:48 -05:00
|
|
|
<a href={{report.reportUrl}}>{{report.title}}</a>
|
2015-05-14 12:53:33 -04:00
|
|
|
</td>
|
2017-01-09 02:54:31 -05:00
|
|
|
|
2018-06-07 04:44:21 -04:00
|
|
|
<td class="value">{{number report.todayCount}}</td>
|
2017-01-09 02:54:31 -05:00
|
|
|
|
|
|
|
<td class="value {{report.yesterdayTrend}}" title={{report.yesterdayCountTitle}}>
|
2018-06-07 04:44:21 -04:00
|
|
|
{{number report.yesterdayCount}} {{d-icon report.yesterdayTrendIcon}}
|
2017-01-09 02:54:31 -05:00
|
|
|
</td>
|
|
|
|
|
2018-05-17 16:44:33 -04:00
|
|
|
<td class="value {{report.sevenDaysTrend}}" title={{report.sevenDaysCountTitle}}>
|
2018-06-07 04:44:21 -04:00
|
|
|
{{number report.lastSevenDaysCount}} {{d-icon report.sevenDaysTrendIcon}}
|
2017-01-09 02:54:31 -05:00
|
|
|
</td>
|
|
|
|
|
2018-05-17 16:44:33 -04:00
|
|
|
<td class="value {{report.thirtyDaysTrend}}" title={{report.thirtyDaysCountTitle}}>
|
2018-06-07 04:44:21 -04:00
|
|
|
{{number report.lastThirtyDaysCount}} {{d-icon report.thirtyDaysTrendIcon}}
|
2017-01-09 02:54:31 -05:00
|
|
|
</td>
|
|
|
|
|
2018-05-14 10:04:54 -04:00
|
|
|
{{#if allTime}}
|
|
|
|
<td class="value">{{number report.total}}</td>
|
|
|
|
{{/if}}
|