diff --git a/web/templates/public/campsite/type.gohtml b/web/templates/public/campsite/type.gohtml
index cb32b4d..b0be5ef 100644
--- a/web/templates/public/campsite/type.gohtml
+++ b/web/templates/public/campsite/type.gohtml
@@ -80,7 +80,13 @@
{{ .SeasonName }}
-
{{ printf (gettext "%s €/night") .PricePerNight }}
+
+ {{- if .Options -}}
+ {{ printf (gettext "%s: %s €/night") $.Name .PricePerNight }}
+ {{- else -}}
+ {{ printf (gettext "%s €/night") .PricePerNight }}
+ {{- end -}}
+
{{ range .Options }}
{{ printf (gettext "%s: %s €/night") .OptionName .PricePerNight }}
{{- end }}