@using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Abstractions.Models @using BTCPayServer.Views.CustodianAccounts @using Microsoft.AspNetCore.Mvc.TagHelpers @model BTCPayServer.Models.CustodianAccountViewModels.EditCustodianAccountViewModel @{ ViewData.SetActivePage(CustodianAccountsNavPages.Update, "Edit Custodian account: " + @Model?.CustodianAccount.Name, Model?.CustodianAccount.Id); } @section PageFootContent { }

@ViewData["Title"]

@if (!ViewContext.ModelState.IsValid) {
}
Delete this custodian account