mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-18 12:00:53 +00:00
7 lines
186 B
Handlebars
7 lines
186 B
Handlebars
|
<td class="calentry {{if .NoData}}no_data{{end}}">
|
||
|
<span class="date">{{.Date}}</span>
|
||
|
{{if not .NoData}}
|
||
|
<span class="uniqusers">{{.UniqUsers}}</span>
|
||
|
{{end}}
|
||
|
</td>
|