{{template "header.html" .}}
{{if $.Data.IsUserLoggedIn}} {{if $.Data.CurrentUser.IsAdmin}} Edit {{end}} {{end}}

{{$.Data.Shop.Product.Name}} {{$.Data.Shop.Product.Id}}

{{if $.Data.Shop.Product.HaveImages}} {{$.Data.EscapeString $.Data.Shop.Product.Name}} {{else}} {{$.Data.EscapeString $.Data.Shop.Product.Name}} {{end}}
{{if $.Data.Shop.Product.HaveImages}}
{{range $index, $img := $.Data.Shop.Product.Images}} {{end}}
{{end}}
{{if $.Data.Shop.Product.HaveVariations}}
{{end}}
{{if le $.Data.Shop.Product.Quantity 0}}

Out of stock

{{end}} {{if gt $.Data.Shop.Product.PriceOld 0.00}}

{{$.Data.Shop.Product.PriceOldNice}} {{$.Data.Shop.CurrentCurrency.Code}}

{{end}}

{{$.Data.Shop.Product.PriceNice}} {{$.Data.Shop.CurrentCurrency.Code}}

Payment

Non-cash, Cash

{{if ne $.Data.Shop.Product.Content ""}}

Description


{{$.Data.Shop.Product.Content}}
{{end}} {{if $.Data.Shop.Product.HaveSpecs}}

Specifications


{{range $.Data.Shop.Product.Specs}} {{end}}
{{.FilterName}} {{.FilterValue}}
{{end}}
{{if $.Data.Shop.Product.HaveSpecs}}
{{if $.Data.Shop.Product.HaveSpecs}} {{range $.Data.Shop.Product.Specs}} {{end}}
{{.FilterName}} {{.FilterValue}}
{{end}}
{{if $.Data.Shop.Product.HaveImages}} {{$.Data.EscapeString $.Data.Shop.Product.Name}} {{else}} {{$.Data.EscapeString $.Data.Shop.Product.Name}} {{end}}
{{if le $.Data.Shop.Product.Quantity 0}}

Out of stock

{{end}} {{if gt $.Data.Shop.Product.PriceOld 0.00}}

{{$.Data.Shop.Product.PriceOldNice}} {{$.Data.Shop.CurrentCurrency.Code}}

{{end}}

{{$.Data.Shop.Product.PriceNice}} {{$.Data.Shop.CurrentCurrency.Code}}

{{end}}
{{template "footer.html" .}}