20 lines
1.2 KiB
Cheetah
20 lines
1.2 KiB
Cheetah
{{define "category"}}Licence{{end}}
|
|
{{define "preheader"}}Paste this key into Settings, Licence on {{.InstanceName}}.{{end}}
|
|
{{define "pill"}}{{template "chip" (dict "label" "Licence key" "tone" "accent")}}{{end}}
|
|
{{define "title"}}Your licence key for {{.InstanceName}}{{end}}
|
|
{{define "body"}}
|
|
{{template "lead" (printf "Here is the signed licence for %s. It activates that install and no other." .InstanceName)}}
|
|
{{template "label" "Install it in three steps"}}
|
|
{{template "steps" (list
|
|
(dict "t" "Open your Vantage install" "d" "Sign in as an administrator.")
|
|
(dict "t" "Go to Settings → Licence" "d" "The current licence and its expiry are shown there.")
|
|
(dict "t" "Paste the key and save" "d" "Copy the whole block below, from the first character to the last."))}}
|
|
{{template "label" "Licence key"}}
|
|
{{template "well" .Blob}}
|
|
{{template "rows" (list
|
|
(dict "k" "Instance" "v" .InstanceName)
|
|
(dict "k" "Issued" "v" (stamp .Issued)))}}
|
|
{{template "callout" (dict "tone" "accent" "title" "Safe to keep in email" "text" "The licence is signed public data, not a secret. It is useless on any instance other than the one it names.")}}
|
|
{{end}}
|
|
{{define "why"}}a licence was issued for {{.InstanceName}}.{{end}}
|