{{define "subject"}}[{{ .siteName }}] {{ .title }}{{end}} {{define "body"}}
{{ if .duplicate }} {{ translate "email.change_status.duplicate" (dict "title" (.title | stripHtml) "postLink" .postLink "duplicate" .duplicate) | html }} {{ else }} {{ translate "email.change_status.others" (dict "title" (.title | stripHtml) "postLink" .postLink "status" (.status | lower)) | html }} {{ end }}
{{ .content }}
—
{{ translate "email.footer.subscription_notice" (dict "view" .view "unsubscribe" .unsubscribe "change" .change) | html }}