{{$class := ""}} {{if .Commit.Signature}} {{$class = (print $class " isSigned")}} {{if .Verification.Verified}} {{if eq .Verification.TrustStatus "trusted"}} {{$class = (print $class " isVerified")}} {{else if eq .Verification.TrustStatus "untrusted"}} {{$class = (print $class " isVerifiedUntrusted")}} {{else}} {{$class = (print $class " isVerifiedUnmatched")}} {{end}} {{else if .Verification.Warning}} {{$class = (print $class " isWarning")}} {{end}} {{end}}
{{RenderCommitBody $.Context .Commit.Message ($.Repository.ComposeMetas ctx)}}{{end}} {{template "repo/commit_load_branches_and_tags" .}}
{{ctx.Locale.Tr "repo.diff.git-notes.remove-body"}}
{{.NoteRendered | SanitizeHTML}}