@if (data.account.id) {

Update account

} @else {

Add account

}
Name
Currency
Cash Balance {{ accountForm.controls['currency']?.value?.value }}
Platform @for ( platformEntry of filteredPlatforms | async; track platformEntry ) { {{ platformEntry.name }} }
Note
Exclude from Analysis
@if (data.account.id) {
Account ID
}