{{ define "repo/settings/fragments/labelListing" }} {{ $root := index . 0 }} {{ $label := index . 1 }}
{{ template "labels/fragments/labelDef" $label }}
{{ if $label.ValueType.IsNull }} basic {{ else }} {{ $label.ValueType.Type }} type {{ end }} {{ if $label.ValueType.IsEnum }} {{ join $label.ValueType.Enum ", " }} {{ end }} {{ if $label.ValueType.IsDidFormat }} DID format {{ end }} {{ if $label.Multiple }} multiple {{ end }} {{ join $label.Scope ", " }}
{{ end }}