{{ template "hamburger" }}
{{ template "page_progress" }}
{{ block "op_form" . }}
{{ template "page_title" "OpenRun Configuration" }}
{{ template "help_link" .Data.HelpUrl }}
{{ if .Data.IsEdit }} Edit {{ else if eq .Data.Source "static" }} Override {{ else }} New {{ end }} {{ .Data.Meta.title }} entry
{{ if eq .Data.Source "static" }} Saving creates a dynamic entry which overrides the static openrun.toml entry - {{ end }} Changes are validated and take effect immediately on save
{{ template "error_alert" .Data.Error }}
{{ end }}