mirror of
https://github.com/Luzifer/worktime.git
synced 2024-12-22 22:11:16 +00:00
9 lines
319 B
Smarty
9 lines
319 B
Smarty
==== Summary of {{ .day.DayID }} ====
|
|
Tags: {{ range .day.Tags }}{{ . }} {{ else }}n/a{{ end }}
|
|
|
|
{{ if .day.Times -}}
|
|
ID Start End Tags{{ range .day.Times }}
|
|
{{ printf "%.7s" .ID }} {{ .Start }} {{ .End }} {{ range .Tags}}{{ . }} {{ else }}n/a{{ end }}{{ end }}
|
|
|
|
{{ end -}}
|
|
Overtime: {{ .overtime }}
|