@model WalletSettingsViewModel @{ Layout = "../Shared/_NavLayout.cshtml"; ViewData["Title"] = "Wallet settings"; ViewData.SetActivePageAndTitle(WalletsNavPages.Settings); } @if (TempData.HasStatusMessage()) {
}

Additional information about your wallet

@if (!string.IsNullOrEmpty(Model.DerivationSchemeInput) && Model.DerivationSchemeInput != Model.DerivationScheme) {
} @for (int i = 0; i < Model.AccountKeys.Count; i++) {
Account key @i
@if (Model.IsMultiSig) {
} }