{{ define "labels/fragments/label" }} {{ $d := .def }} {{ $v := .val }} {{ template "repo/fragments/colorBall" (dict "color" $d.GetColor) }} {{ $d.Name }}{{ if not $d.ValueType.IsNull }}/{{ $v }}{{ end }} {{ end }}