Back to Listmonk

Subscription Form

static/public/templates/subscription-form.html

6.1.0633 B
Original Source

{{ define "subscription-form" }} {{ template "header" . }}

{{ L.T "public.subTitle" }}

{{ L.T "subscribers.email" }}

{{ L.T "public.subName" }}

{{ L.T "globals.terms.lists" }}

{{ range $i, $l := .Data.Lists }} - {{ $l.Name }} {{ if ne $l.Description "" }}

{{ $l.Description }}

{{ end }} {{ end }} {{ if .Data.Captcha.Enabled }} {{ if eq .Data.Captcha.Provider "hcaptcha" }}

{{ else if eq .Data.Captcha.Provider "altcha" }} {{ end }} {{ end }}

{{ L.T "public.sub" }} {{ if .EnablePublicArchive }}

{{ L.T "public.archiveTitle" }}

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