@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.Invoice
@{
ViewData.SetActiveCategory(typeof(InvoiceNavPages));
}