+ {{template "repo/header" .}} +
+
+
+ {{svg "octicon-alert" 64}} +
+ {{if .VaultConfigured}} + {{ctx.Locale.Tr "vault.decryption_error_title"}} + {{else}} + {{ctx.Locale.Tr "vault.config_error_title"}} + {{end}} +
GitCaddy Vault
+
+
+ +
+
+ {{if .VaultConfigured}} + {{ctx.Locale.Tr "vault.decryption_error_message"}} + {{else}} + {{ctx.Locale.Tr "vault.config_error_message"}} + {{end}} +
+

+ {{if .VaultConfigured}} + {{ctx.Locale.Tr "vault.decryption_error_fix"}} + {{else}} + {{ctx.Locale.Tr "vault.config_error_fix"}} + {{end}} +

+
+ + {{if and .IsRepoAdmin (not .VaultConfigured)}} +
+

{{ctx.Locale.Tr "vault.config_error_fix"}}

+ {{end}} +
+
+