{{ define "APIKeyAccepted" }}

{{ if .EmailCopy.Enabled }}

	{{ .EmailCopy.EmailBody }}
	
{{ else }}

Your API key request has been accepted. Please use the below link to retrieve your token.


{{ end}}

API Name: {{range $i, $cat := .Catalogues}}{{$cat.Name}} {{end}}

Generate Key: {{ .KeyRequestUrl }}

{{ if .EmailCopy.Enabled }}

{{ .EmailCopy.EmailSignoff }}
	
{{ else }}

You can find out more about Tyk, or the <a href="https://tyk.io">Tyk API Gateway here</a>

Cheers,
 - The Tyk.io team

{{ end}}

{{ end}}