diff --git a/Pages/Portfolio.razor b/Pages/Portfolio.razor index c1f9d59..01269c6 100644 --- a/Pages/Portfolio.razor +++ b/Pages/Portfolio.razor @@ -149,23 +149,27 @@ Portfolio@(stepPath==null?": review":": "+stepPath.Replace('-',' ')) - bogle.too
} - @((MarkupString)boldUnderline("Current Retirement Assets:"))  -
- + @if (familyData.Accounts.Count > 0) { + @((MarkupString)boldUnderline("Current Retirement Assets:"))
+ } - - - - - - - - + @if (familyData.Accounts.Count > 0) { + + + + + + + + + + } @foreach (var account in familyData.Accounts) { @foreach (var investment in account.Investments) { - + +
AccountTypeTicker
$ / share
Shares$ Value
AccountTypeTicker
$ / share
Shares$ Value
@((account.Custodian != null ? account.Custodian + " ": "")+ account.Note)@((MarkupString)((account.Identifier != null ? ""+account.Identifier+" " : "") + account.AccountType))@account.Identifier@account.AccountType @investment.Ticker @formatDoubleTwoDecimal(investment.Price) @formatDoubleFourDecimal(investment.Shares)