{{.JobID}} - {{ .JobName }}
            {{.State}}
        {{.Error}}
{{end}}
            Leaf Transforms (topological order)
| Name | Metrics{{ range .Transforms }} | 
| {{ .Transform.UniqueName }} | {{ range .Metrics }}
                            {{.}} {{else}} None {{end}} | 
| Pipeline has no transforms. | 
PCollection Metrics
| Name | ElementCount | SampledByteSize{{ range .PCols }} | 
| {{ .Key.Step }} | {{ .Committed.ElementCount }} | {{with .Committed.SampledByteSize}} Count: {{ .Count }} Sum: {{ .Sum }} Min:{{ .Min }} Max:{{ .Max }} {{end}} | 
| Pipeline has no pcollection metrics. | 
Display Data
| Key | Label | Namespace | Value{{ range .DisplayData }} | 
| {{ .Key }} | {{ .Label }} | {{ .Namespace }} | {{ .Value}} | 
| Pipeline has no Display Data. |