{{define "content"}}
← Dashboard
{{.Currency}}
{{amt .Amount}} held{{if .Staked}} ({{amt .Staked}} staked){{end}} · {{money .Value}} value · {{money .PLDollar}} ({{printf "%+.2f" .PLPercent}}%)

{{if .Entries}}
{{range .Entries}} {{end}}
Date Type Source Amount Price Fee Cost / Proceeds Current Value P/L
{{dateStr .OccurredAt}} {{capitalize .EntryType}} {{.Source}} {{amt .Amount}} {{if .Price}}{{money .Price}}{{else}}—{{end}} {{money .Fee}} {{if .Cost}}{{money .Cost}}{{else}}—{{end}} {{money .CurrentValue}} {{if eq .EntryType "buy"}}{{money .PLDollar}} ({{printf "%+.1f" .PLPercent}}%){{else}}—{{end}}

A buy row's P/L assumes that specific purchase is still fully held — the total above (which matches your live Kraken balance when connected) is the accurate figure once you've sold or moved coins around.

{{else}}

No activity recorded for {{.Currency}} yet.

{{end}} {{end}}