{{ define "title" -}} {{( pgettext "Payment Settings" "title" )}} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/booking.paymentForm*/ -}}

{{( pgettext "Payment Settings" "title" )}}

{{ CSRFInput }}
{{ with .MerchantCode -}} {{ template "error-message" . }} {{- end }} {{ with .TerminalNumber -}} {{ template "error-message" . }} {{- end }} {{ with .EncryptKey -}} {{ template "error-message" . }} {{- end }} {{ with .Environment -}}
{{( pgettext "Environment" "title")}} {{ template "radio-options" . }}
{{ template "error-message" . }} {{- end }} {{ with .Integration -}}
{{( pgettext "Integration" "title")}} {{ template "radio-options" . }}
{{ template "error-message" . }} {{- end }}
{{- end }}