mirror of
https://github.com/Luzifer/worktime.git
synced 2024-12-23 06:21:16 +00:00
10 lines
319 B
Smarty
10 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 }}
|