feat: account dispute emails
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
{{define "pill"}}{{template "chip" (dict "label" "Dispute deadline" "tone" "pend")}}{{end}}
|
||||
{{define "title"}}Your account is still locked{{end}}
|
||||
{{define "body"}}
|
||||
{{template "lead" (printf "The Vantage account %s is still locked. Reason: %s." .AccountName .Reason)}}
|
||||
{{template "p" (printf "To dispute this, reply to %s before %s, quoting dispute reference %s." .DisputeEmail (date .DisputeBy) .DisputeID)}}
|
||||
{{template "p" "After that date the dispute is decided. If it is not upheld, the account is terminated and its cloud instances deleted."}}
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user