@using BTCPayServer.Views.Apps @using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Abstractions.Models @model BTCPayServer.Models.CustodianAccountViewModels.EditCustodianAccountViewModel @{ ViewData.SetActivePage(AppsNavPages.Update, "Edit custodian account"); } @section PageFootContent { }

@ViewData["Title"]

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