blob: a5e29e6afa4b72e79d72fb030c9deca9db1f14d3 (
plain)
1
2
3
4
5
6
7
8
9
|
# Entry Format:
# 2006-01-02 WP2:wallet 8h Code Audit
{{- $tl := .Timeline -}}
{{ range .Days 2024 }}
{{ if or .IsWeekend .Holiday .Blocked }}# {{end}}{{.Date}}
{{- with .Holiday }} ({{ . }}){{ end -}}
{{- with .Blocked }} ({{ . }}){{ end -}}
{{/* with $e := index $tl .Date }} {{ printf "%8s" $e.WPs }} {{ printf "%8s" $e.Total.AsDay }}{{ end */}}
{{- end }}
|