mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-02 07:58:31 +00:00
6 lines
186 B
Handlebars
6 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>
|