{{ define "attestation-details" }} {{ if .Error }}
{{ .Error }}
{{ else }}{{ len .Attestations }} {{ pluralize (len .Attestations) "attestation" "attestations" }} attached
{{ range .Attestations }}{{ .Digest }}
Log in to view attestation content
{{ else }}Log in to view attestation content
{{ end }} {{ else if .FetchError }}{{ .FetchError }}
{{ else if .RawJSON }}{{ .RawJSON }}
Binary content ({{ humanizeBytes .Size }}); cannot display inline
{{ end }}