@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views.CustodianAccounts
@using Microsoft.AspNetCore.Mvc.TagHelpers
@model BTCPayServer.Models.CustodianAccountViewModels.CreateCustodianAccountViewModel
@{
ViewData.SetActivePage( CustodianAccountsNavPages.Create, "Add a custodian account");
}
@section PageFootContent {