@using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Views @using BTCPayServer.Views.Manage @{ Layout = "../Shared/_NavLayout.cshtml"; ViewBag.CategoryTitle = "Account"; ViewData.SetActiveCategory(typeof(ManageNavPages)); }