{{- range $vname := $top.TargetVersions }} {{- with $version := $versions.Get . }} |
{{ $vname }} ({{ $version.Timestamp.Format "02 Jan 06"}}){{ $version.Description }}
|
{{- end}}
{{- end}}
---|---|
{{ . }} | {{- range $tar := $top.TargetVersions }} {{- with $version := $versions.Get . }}{{ with $features.ByCategoryAndTarget $cat $tar }}
{{- $sorter := OrderedBy "Handler" "Id" -}}
{{- range $sorter.Sort . }}
{{ if .IsHandled }}🥷{{else}}❓{{end}}
{{.Id}}
{{.Summary}}
{{ with .Children }}(children:
{{ range $child := . }}
{{$child.Id}}
{{ end }})
{{ end }} | {{ end }}
{{ end }}
Total: {{ len $features }} features and {{ len $issues }} issues.
Data from {{ .Timestamp.Format "02 Jan 06 15:04 MST"}},
updated every {{ .Freq }} (no auto-refresh).
taler-dashboard - version: {{.Commit}} - https://git.kesim.org/taler/taler-dashboard