{{/* Takes a VouchRelationship directly */}} {{ define "user/fragments/networkVouches" }} {{ $vouches := (list) }} {{ $denounces := (list) }} {{ range .IndirectVouches }} {{ if .IsVouch }} {{ $vouches = append $vouches .Did.String }} {{ else if .IsDenounce }} {{ $denounces = append $denounces .Did.String }} {{ end }} {{ end }}