{{ define "attestation-details" }} {{ if .Error }}
{{ .Error }}
{{ else }}{{ len .Attestations }} attestation{{ if gt (len .Attestations) 1 }}s{{ end }} attached
{{ range .Attestations }}{{ .Digest }}
Log in to view attestation content
{{ else if .FetchError }}{{ .FetchError }}
{{ else if .RawJSON }}{{ .RawJSON }}
Binary content ({{ .Size }} bytes) — cannot display inline
{{ end }}