diff options
Diffstat (limited to 'templates/report.t')
-rw-r--r-- | templates/report.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/report.t b/templates/report.t index 1f6de14..39e2a19 100644 --- a/templates/report.t +++ b/templates/report.t @@ -12,7 +12,8 @@ Budgeted : {{ printf "%8s" $totals.Budgeted }} Planned : {{ printf "%8s" $totals.Planned }}{{with $totals.Unaccounted}} ! Open !: {{ printf "%8s" . }}{{end}} Done : {{ printf "%8s" $totals.Done }}{{ with $totals.Open }} - ! Todo !: {{ printf "%8s" . }}{{end}} + ! Todo !: {{ printf "%8s" . }} +Time left: {{ printf "%8s" ($p.AsDaysAmount (len $p.DaysRemaining)) }} * {{len $p.Users}}{{end}} {{ range .ParallelWPTotals }}{{.}} {{ end }} |