{{define "document-table"}}
{{range .Documents}} {{else}} {{end}}
Created User Type #Pages PDF Filename PDF Created PDF Created By Reference Actions
{{if and .UserFirstName.Valid .UserLastName.Valid}} {{.UserFirstName.String}} {{.UserLastName.String}} {{else if .UserUsername.Valid}} {{.UserUsername.String}} {{else}} Unknown User {{end}} {{if eq .Type "quote"}}Quote {{else if eq .Type "invoice"}}Invoice {{else if eq .Type "purchaseOrder"}}Purchase Order {{else if eq .Type "orderAck"}}Order Acknowledgement {{else if eq .Type "packingList"}}Packing List {{else}}{{.Type}}{{end}} {{if .DocPageCount}} {{.DocPageCount}} {{else}} - {{end}} {{if .PdfFilename}} {{.PdfFilename}} {{else}} No PDF {{end}} {{if and .PdfCreatorFirstName.Valid .PdfCreatorLastName.Valid}} {{.PdfCreatorFirstName.String}} {{.PdfCreatorLastName.String}} {{else if .PdfCreatorUsername.Valid}} {{.PdfCreatorUsername.String}} {{else}} - {{end}} {{if .CmcReference}} {{.CmcReference}} {{else}} - {{end}}

No documents found

{{if .Documents}}

Showing most recent 1000 documents

{{end}} {{end}}