{{- range $version := $versions }} |
{{ $version.Name }} ({{ $version.Timestamp.Format "02 Jan 06"}}){{ $version.Description }}
|
{{- end}}
---|---|
{{ . }} | {{- range $version := $versions }}{{ with $features.ByCategoryAndTarget $cat $version.Name }}
{{- $sorter := OrderedBy "Handler" "Id" -}}
{{- range $sorter.Sort . }}
{{ if .IsHandled }}🥷{{else}}❓{{end}}
{{.Id}}
{{.Summary}}
{{ with .Children }}(children:
{{ range $child := . }}
{{$child.Id}}
{{ 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