{{ define "subscription" }} {{ template "header" .}}
{{ if not .Data.Unsubscribe }}

Unsubscribe

Do you wish to unsubscribe from this mailing list?

{{ else }}

You have been unsubscribed

{{ if not .Data.Blacklist }}

Unsubscribe from all future communications?

{{ else }}

You've been unsubscribed from all future communications.

{{ end }} {{ end }}
{{ if or .Data.AllowExport .Data.AllowWipe }}

Privacy and data

{{ if .Data.AllowExport }}

A copy of your data will be e-mailed to you.
{{ end }} {{ if .Data.AllowWipe }}

Delete all your subscriptions and related data from our database permanently.
{{ end }}

{{ end }} {{ template "footer" .}} {{ end }}