{{ define "title" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/campsite/types.featureForm*/ -}} {{ if .ID}} {{( pgettext "Edit Campsite Type Feature" "title" )}} {{ else }} {{( pgettext "New Campsite Type Feature" "title" )}} {{ end }} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/campsite/types.featureForm*/ -}}

{{ if .ID }} {{( pgettext "Edit Campsite Type Feature" "title" )}} {{ else }} {{( pgettext "New Campsite Type Feature" "title" )}} {{ end }}

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