{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/service.serviceForm*/ -}} {{ if .ID }} {{( pgettext "Edit Service" "title" )}} {{ else }} {{( pgettext "New Service" "title" )}} {{ end }} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/services.serviceForm*/ -}}

{{ if .ID }} {{( pgettext "Edit Service" "title" )}} {{ else }} {{( pgettext "New Service" "title" )}} {{ end }}

{{ CSRFInput }}
{{ with $field := .Icon -}}
{{( pgettext "Icon" "input")}}
    {{- range .Options }}
  • {{- end }}
{{ template "error-message" . }}
{{- end }} {{ with .Name -}} {{ template "error-message" . }} {{- end }} {{ with .Description -}} {{ template "error-message" . }} {{- end }}
{{- end }}