@using BTCPayServer.Services.Apps @using BTCPayServer.Components.AppSales @inject BTCPayServer.Security.ContentSecurityPolicies Csp @model BTCPayServer.Components.AppSales.AppSalesViewModel @{ var controller = $"UI{Model.AppType}"; var action = $"Update{Model.AppType}"; var label = Model.AppType == "Crowdfund" ? "Contributions" : "Sales"; }

@Model.Name @label

Manage
@if (Model.InitialRendering) {
Loading...
} else {
@Model.SalesCount Total @label
}