{{define "title"}}{{.Product.Title}} - CMC Sales{{end}} {{define "content"}}

{{.Product.Title}}

Product Information

Title: {{.Product.Title}}
Item Code: {{.Product.ItemCode}}
Item Description: {{.Product.ItemDescription}}
Model Number: {{if .Product.ModelNumber.Valid}}{{.Product.ModelNumber.String}}{{else}}Not specified{{end}}
Stock Type: {{if .Product.Stock}} Stock {{else}} Indent {{end}}
Category: Category {{.Product.ProductCategoryID}}
Principle: Principle {{.Product.PrincipleID}}
{{if .Product.Description}}

Description

{{.Product.Description}}

{{end}} {{if .Product.Notes.Valid}}

Notes

{{.Product.Notes.String}}

{{end}}

Product Usage

{{end}}