{{define "category"}}Licence{{end}} {{define "preheader"}}Licence extended to {{date .Expires}}. Nothing else changes.{{end}} {{define "pill"}}{{template "chip" (dict "label" "Renewed" "tone" "up")}}{{end}} {{define "title"}}{{.InstanceName}} is renewed{{end}} {{define "body"}} {{template "lead" (printf "Your Free licence for %s now runs until %s." .InstanceName (date .Expires))}} {{template "stats" (list (dict "big" (plural (daysUntil .Expires) "day" "days") "label" "remaining on the licence" "tone" "up") (dict "big" (shortDate .Expires) "label" "new expiry date" "tone" "none"))}} {{template "timeline" (list (dict "label" "Renewed" "date" "Today" "state" "done") (dict "label" "Active" "date" (printf "Until %s" (shortDate .Expires)) "state" "now" "tone" "up") (dict "label" "Reminder" "date" "A week before" "state" "next"))}} {{template "rows" (list (dict "k" "Instance" "v" .InstanceName) (dict "k" "Plan" "v" "Free") (dict "k" "Licence expires" "v" (date .Expires)))}} {{template "p" "Nothing else changes. Your servers, agents and monitors carry on as they were."}} {{end}} {{define "why"}}the licence for {{.InstanceName}} was renewed.{{end}}