{{define "title"}} - Key: {{.Key.Name}}{{end}} {{define "content"}}
Key Details
Name{{.Key.Name}}
Type{{.Key.Type}}
Current Version{{.Key.CurrentVersion}}
Min Decryption Version{{.Key.MinDecryptionVersion}}
Allow Deletion{{if .Key.AllowDeletion}}yes{{else}}no{{end}}
Key Versions
{{if .Key.Versions}}
{{range .Key.Versions}} {{end}}
Version
{{.}}
{{else}}

No version information available.

{{end}}
{{if .PublicKey}}
Public Key
{{end}} {{if .IsAdmin}}
Admin Actions
{{csrfField}}
Update Config
{{csrfField}}
Trim Old Versions
{{csrfField}}

Trims key versions below the current min_decryption_version.

{{if .Key.AllowDeletion}}
{{csrfField}}
{{end}}
{{end}} {{end}}