{{ define "title" -}} {{( pgettext "Seasons" "title" )}} {{- end }} {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/season.seasonIndex*/ -}} {{( pgettext "Add Season" "action" )}}

{{( pgettext "Seasons" "title" )}}

{{ if .Seasons -}} {{ range .Seasons -}} {{- end }}
{{( pgettext "Color" "header" )}} {{( pgettext "Name" "header" )}} {{( pgettext "Translations" "campsite type" )}} {{( pgettext "Active" "season" )}}
{{ .Name }} {{ range .Translations }} {{ .Endonym }} {{ end }} {{ if .Active }}{{( gettext "Yes" )}}{{ else }}{{( gettext "No" )}}{{ end }}
{{ else -}}

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

{{- end }}

{{( pgettext "Calendar" "title" )}}

{{ template "calendar.gohtml" .Calendar }} {{- end }}