{{ define "title" -}} {{( pgettext "Payment Settings" "title" )}} {{- end }} {{ define "breadcrumb" -}}
  • {{( pgettext "Payments" "title" )}}
  • {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/payment.settingsForm*/ -}}

    {{ template "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 }}