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

{{ L.T "public.unsubTitle" }}

{{ if .Data.AllowBlocklist }}

{{ L.T "public.unsubHelp" }}

{{ end }}

{{ if .Data.AllowPreferences }} {{ L.T "public.managePrefs" }} {{ end }}
{{ else }}

{{ L.T "public.managePrefs" }}

{{ if .Data.Subscriptions }}

{{ L.T "public.managePrefsUnsub" }}

    {{ range $i, $l := .Data.Subscriptions }} {{ if ne $l.SubscriptionStatus.Value "unsubscribed" }}
  • {{ end }} {{ end }}
{{ end }} {{ if .Data.AllowBlocklist }}

{{ end }}

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

{{ L.T "public.privacyTitle" }}

{{ if .Data.AllowExport }}

{{ L.T "public.privacyExportHelp" }}
{{ end }} {{ if .Data.AllowWipe }}

{{ L.T "public.privacyWipeHelp" }}
{{ end }}

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