Dashboard
› {{.Month.Name}}
Events
New Event
{{if .Events}}
{{end}}
{{if .Events}}
{{range .Events}}
{{if .Total}}
{{end}}
{{end}}
{{else}}
{{.Event.Name}}
{{.Event.BaseCurrency}} · {{printf "%.6f" .Event.ExchangeRate}} rate
claim
{{printf "%.2f" .Total}} {{.Currency}}
{{if eq .Event.Status "open"}}
{{end}}
{{if eq .Event.Status "closed"}}
{{end}}
No events yet. Create one to get started.