{{define "webmail_compose.html"}} Compose - Webmail {{template "csrf_script" .}}
{{range .flashes}} {{end}}
{{/* "Forward as attachment" seed data — see webmailComposeForm/webmailComposeSend. Deliberately NOT the actual submitted fields (no name= attribute) — the JS below reads these once at load into its own fwdAttachments array (which is what actually renders as removable chips and what more get pushed into via forwardAsAttachment/addForwardAttachments), then builds the real forward_attach_uid/_folder hidden inputs itself at submit time. One element per pending message, so this naturally supports more than one — the whole point, see tests/todo.md. */}} {{range .forward_attach_items}} {{end}}
{{if .signatures}} {{range .signatures}}{{end}} {{end}}
{{if .send_as_options}} {{else}} {{end}}
Cc Bcc
{{if gt (len .smime_identities) 1}} {{end}} Manage certificates
{{end}}