{% from "_includes/forms" import autosuggestField %} {{ autosuggestField({ label: "File System Path"|t('app'), instructions: "The path to the volume’s directory on the file system."|t('app'), id: 'path', class: 'ltr', name: 'path', suggestEnvVars: true, suggestAliases: true, value: volume.path, errors: volume.getErrors('path'), required: true, placeholder: "/path/to/folder"|t('app') }) }}