{% import "_includes/forms" as formFields %}
{{ csrfInput() }}

{{ "Send Additional Notification"|t('freeform') }}

{{ formFields.selectField({ label: "Notification Template"|t('freeform'), name: "template", options: templates, value: "", required: true, }) }} {{ formFields.textareaField({ label: "Email Address(es)"|t('freeform'), name: "emails", value: "", rows: 5, required: true, }) }}