{{define "title"}}{{.Customer.Name}} - CMC Sales{{end}} {{define "content"}}

{{.Customer.Name}}

Customer Information

Company Name: {{.Customer.Name}}
Trading Name: {{if .Customer.TradingName}}{{.Customer.TradingName}}{{else}}Not specified{{end}}
ABN: {{if .Customer.Abn.Valid}}{{.Customer.Abn.String}}{{else}}Not specified{{end}}
Payment Terms: {{.Customer.PaymentTerms}}
Website: {{if .Customer.Url}} {{.Customer.Url}} {{else}} Not specified {{end}}
Created: {{.Customer.Created}}
{{if .Customer.Notes}}

Notes

{{.Customer.Notes}}

{{end}} {{if .Customer.DiscountPricingPolicies}}

Discount Pricing Policies

{{.Customer.DiscountPricingPolicies}}

{{end}}

Recent Activity

{{end}}