{{define "webmail_signatures.html"}} Settings - Webmail {{template "webmail_settings_style" .}} {{template "csrf_script" .}}
{{range .flashes}} {{end}}
Settings
{{template "webmail_settings_nav" .}}
Your signatures
{{if .signatures}} {{range .signatures}}
{{.Name}} {{if .IsDefaultNew}}Default: New{{end}} {{if .IsDefaultReply}}Default: Reply{{end}}
{{.ContentHTML | safe}}
{{$sigID := .ID}} {{range $.alias_defaults}} {{if eq .SignatureID $sigID}} {{if .ForReply}}Reply{{else}}New{{end}} for {{.ForEmail}}
{{if .ForReply}}{{end}}
{{end}} {{end}}
{{end}} {{else}}

No signatures yet — add one to have it available in compose.

{{end}}
{{template "compose_widget" .}} {{template "webmail_settings_script" .}} {{end}}