{{ displayLanguage .action }}
{{ with .localSetpointFiles }} {{ template "html/pages/SHARED/service/setpoint-maintenance/setpoint-list" (dict "setpoints" . "type" "local") }} {{ end }}
{{ with .usbSetpointFiles }} {{ template "html/pages/SHARED/service/setpoint-maintenance/setpoint-list" (dict "setpoints" . "type" "usb" ) }} {{ end }}
{{ template "html/pages/SHARED/service/setpoint-maintenance/messages" . }}