@using BTCPayServer.Views.Apps @using BTCPayServer.Abstractions.Extensions @model BTCPayServer.Models.CustodianAccountViewModels.CreateCustodianAccountViewModel @{ ViewData.SetActivePage(AppsNavPages.Create, "Add a custodian account"); } @section PageFootContent { }

@ViewData["Title"]

@if (!ViewContext.ModelState.IsValid) {
} @if (!string.IsNullOrEmpty(Model.SelectedCustodian)) { } else if(Model.Custodians.Count() > 0) {
} else {

No custodians available. Install some plugins to add custodian / exchange support.

} @if (!string.IsNullOrEmpty(Model.SelectedCustodian)) {
}