{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/services.slideForm*/ -}} {{ if .ID}} {{( pgettext "Edit Carousel Slide" "title" )}} {{ else }} {{( pgettext "New Carousel Slide" "title" )}} {{ end }} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/services.slideForm*/ -}} {{ template "settings-tabs" "services" }}

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

{{ CSRFInput }}
{{ with .Media -}} {{ if .Val -}} {{- end }} {{ template "error-message" . }} {{- end }} {{ with .Caption -}} {{ template "error-message" . }} {{- end }}
{{- end }}