| @T("Abgrenzung", "Scope") | @T("Waehrung", "Currency") | @T("Wert", "Value") | @T("Diff.", "Diff.") | @T("IC", "IC") | @T("Diff ohne IC", "Diff excl. IC") |
|---|---|---|---|---|---|
| @candidate.Label | @candidate.Currency | @FormatAmount(candidate.Value) | @FormatAmount(candidate.Difference) | @FormatAmount(candidate.IntercompanyValue) | @FormatAmount(candidate.DifferenceExcludingIntercompany) |