{{define "content"}} {{- if not (eq .HTMX.Request.Target "task")}} {{- end}} {{template "form" .}} {{end}} {{define "form"}}
{{template "messages" .}}

How long to wait until the task is executed

{{template "field-errors" (.Form.GetFieldErrors "Delay")}}

The message the task will output to the log

{{template "field-errors" (.Form.GetFieldErrors "Message")}}
{{template "csrf" .}}
{{end}}