Receipts {{if .Event.BaseCurrency}} (claim in {{.Event.BaseCurrency}}) {{end}}

{{if .Expenses}}
{{range .Expenses}}
{{.Merchant}}
{{.Date}} · {{.Category}} {{if .Description}}· {{.Description}}{{end}}
{{printf "%.2f" .Amount}} {{.Currency}}
{{if .ConvertedAmount}}
{{printf "%.2f" .ConvertedAmount}} {{.BaseCurrency}}
{{end}}
{{if .ImagePath}} {{end}}
{{if .ImagePath}} {{end}} {{end}}
{{else}}

No receipts yet.

{{end}}

Analyzing receipt...

{{if and (eq .Event.Status "open") .Expenses}}

Submit Event

{{printf "%.2f" .TotalClaim}} {{.Event.BaseCurrency}}
{{end}} {{if eq .Event.Status "closed"}}
{{end}}