summaryrefslogtreecommitdiff
path: root/templates/plan-template.t
blob: d711f0133b8930d732d4c858b83d80bd81c49159 (plain)
1
2
3
4
5
6
# Days
{{- $tl := .Timeline }}
{{ range .Days }}
{{ if .IsWeekend }}# {{end}}{{.Date}}{{ if .IsWeekend }} weekend{{ end -}}
{{ with $e := index $tl .Date }} {{ printf "%8s" $e.Total.AsDay }} {{ printf "%8s" $e.WPs }} {{ end }}
{{- end }}