Dashboard › {{.Month.Name}}

Events

{{if .Events}}
{{range .Events}}
{{.Event.Name}}
{{.Event.BaseCurrency}} · {{printf "%.6f" .Event.ExchangeRate}} rate
{{if .Total}}
claim
{{printf "%.2f" .Total}} {{.Currency}}
{{end}}
{{if eq .Event.Status "open"}} {{end}} {{if eq .Event.Status "closed"}} {{end}}
{{end}}
{{else}}

No events yet. Create one to get started.

{{end}}
{{if .Events}}

Monthly Report

Includes {{len .Events}} event(s) with all receipts.

Packaging monthly report…

{{end}}