{{ define "requestMultiKeySuccess" }} {{ template "header" .}}
{{ if .Error }}
{{.Error}}
{{ end }}
{{ if .Approved }}

Congratulations! Your key request has been approved!

{{ if not .isBA }} Your new key is: {{.NewKey}} {{ else}} Your new credentails are: Username: {{.username}} Password: {{.password}} {{ end}} {{ if .HMACSecret }} HMAC secret: {{.HMACSecret}} {{ end }}

Important: You will not be able to retrieve this username and password later, please take note of it and keep it safe.
{{else}}

Congratulations! Your key request has been requested!

{{end}}
{{ template "navigation" . }} {{ template "footer" .}} {{ template "scripts" .}} {{ end }}