{{template "base" .}} {{- define "page_body"}}

{{- template "errmsg" .Error}}

HTTP headers

{{- range $idx, $val := .Action.Options.HTTPConfig.Headers}} {{- else}} {{- end}}

Query parameters

{{- range $idx, $val := .Action.Options.HTTPConfig.QueryParameters}} {{- else}} {{- end}}

Multipart body

{{- template "infomsg-no-mb" "actions.multipart_body_help"}}
{{- range $idx, $val := .Action.Options.HTTPConfig.Parts}}
{{- else}} {{- end}}
{{ if .EnabledCommands}}
{{- end}}

Environment variables

{{- template "infomsg-no-mb" "actions.command_env_vars_help"}}
{{- range $idx, $val := .Action.Options.CmdConfig.EnvVars}} {{- else}} {{- end}}

Data retention

{{- template "infomsg-no-mb" "actions.data_retention_help"}}
{{- range $idx, $val := .Action.Options.RetentionConfig.Folders}}
{{- else}}
{{- end}}

Rename

{{- template "infomsg-no-mb" "actions.paths_src_dst_help"}}
{{- range $idx, $val := .Action.Options.FsConfig.Renames}}
{{- else}}
{{- end}}

Copy

{{- template "infomsg-no-mb" "actions.paths_src_dst_help"}}
{{- range $idx, $val := .Action.Options.FsConfig.Copy}} {{- else}} {{- end}}
{{- end}} {{- define "additionalnavitems"}}
{{- end}} {{- define "modals"}} {{- end}} {{- define "extra_js"}} {{- end}}