{# Expects CommitView as `c`. Optional: `show_unverified` (bool) — show Unverified for unsigned too. #} {% if c.verified %} Verified Type: {{ c.verify_kind_label() }} {{ c.verify_fingerprint_label }}: {{ c.verify_fingerprint }} Verified on {{ c.verified_at }} {% else if c.signed %} Unverified Signature present but could not be verified. Add a matching signing SSH or GPG key under Settings → SSH / GPG. The commit author email must match a verified email on that account. {% else if show_unverified %} Unverified {% endif %}
Type: {{ c.verify_kind_label() }}
{{ c.verify_fingerprint_label }}: {{ c.verify_fingerprint }}
{{ c.verify_fingerprint }}
Verified on {{ c.verified_at }}
Signature present but could not be verified.
Add a matching signing SSH or GPG key under Settings → SSH / GPG. The commit author email must match a verified email on that account.