{{ define "title" -}} {{( pgettext "Campsites" "title" )}} {{- end }} {{ define "breadcrumb" -}} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/campsite.campsiteIndex*/ -}} {{( pgettext "Add Campsite" "action" )}}

{{( pgettext "Campsites" "title" )}}

{{ template "campground_map.svg" }}
{{ if .Campsites -}} {{ range .Campsites -}} {{- end }}
{{( pgettext "Label" "header" )}} {{( pgettext "Type" "header" )}} {{( pgettext "Features" "header" )}} {{( pgettext "Carousel" "header" )}} {{( pgettext "Active" "campsite" )}}
{{ .Label }} {{ .Type }} {{( pgettext "Edit Features" "action" )}} {{( pgettext "Edit Carousel" "action" )}} {{ if .Active }}{{( gettext "Yes" )}}{{ else }}{{( gettext "No" )}}{{ end }}
{{ else -}}

{{( gettext "No campsites added yet." )}}

{{- end }} {{- end }}