{{if .Greska}}
Greška pri čitanju računa
{{.Greska}}
{{else}} {{if .JeFiskalni}}
Račun je verifikovan
Fiskalni račun je evidentiran u sistemu
{{else}}
Ovo nije fiskalni račun
{{.Podaci.InvoiceType}}
{{end}} {{with .Podaci}}
{{.Company}}
{{if .Store}}{{.Store}}
{{end}} {{if .Address}}{{.Address}}{{if .City}}, {{.City}}{{end}}
{{end}} PIB: {{.TIN}}
Podaci o računu
Broj računa {{.InvoiceNumber}}
Redni broj {{.InvoiceCounter}}
Datum i vreme {{.DateTime}}
{{if .Cashier}}
Kasir {{.Cashier}}
{{end}} {{if .BuyerID}}
ID kupca {{.BuyerID}}
{{end}}
Tip {{if eq .InvoiceType "Normal"}} Promet {{else if eq .InvoiceType "Advance"}} Avans {{else if eq .InvoiceType "Copy"}} Kopija {{else if eq .InvoiceType "Training"}} Obuka {{else if eq .InvoiceType "Proforma"}} Predračun {{else}} {{.InvoiceType}} {{end}} {{if eq .TransactionType "Refund"}}  Refundacija {{end}}
{{if .Items}}
Stavke
Naziv Kol. Iznos
{{range .Items}}
{{.Name}} {{printf "%.0f" .Quantity}} {{dinari .TotalAmount}}
{{end}}
Ukupno za plaćanje {{dinari .TotalAmount}} din
{{else}}
Ukupno za plaćanje {{dinari .TotalAmount}} din
{{end}} {{if .Payments}}
Plaćanje
{{range .Payments}}
{{if eq .Type "Cash"}}Gotovina {{else if eq .Type "Card"}}Kartica {{else if eq .Type "Check"}}Ček {{else if eq .Type "WireTransfer"}}Prenos {{else if eq .Type "Voucher"}}Vaučer {{else if eq .Type "MobileMoney"}}Mobilno plaćanje {{else}}{{.Type}}{{end}} {{dinari .Amount}} din
{{end}}
{{end}} {{if .TaxItems}}
Porez
{{range .TaxItems}}
{{if .CategoryName}}{{.CategoryName}} ({{.Label}}){{else}}{{.Label}}{{end}} {{printf "%.0f" .Rate}}% Osnovica: {{dinari .Base}} PDV: {{dinari .Amount}} din
{{end}}
{{end}} {{end}}{{/* with .Podaci */}}
Fiskalizacija — NTech sistem
Poreski identifikacioni broj se proverava kod Poreske uprave RS
{{end}}{{/* if .Greska */}}