{% import "_includes/forms" as forms %}
{{ actionInput('utilities/find-and-replace-perform-action') }} {{ csrfInput() }} {{ forms.textField({ label: "Find Text"|t('app'), first: true, name: 'find' }) }} {{ forms.textField({ label: "Replace Text"|t('app'), name: 'replace' }) }}