@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.Wallets
@{
ViewData.SetActiveCategory(typeof(WalletsNavPages));
}