@using BTCPayServer.Components.AppSales @using BTCPayServer.Abstractions.TagHelpers @using BTCPayServer.Plugins.Crowdfund @model BTCPayServer.Components.AppSales.AppSalesViewModel @{ var label = Model.AppType == CrowdfundAppType.AppType ? "Contributions" : "Sales"; }

@Model.Name @label

@if (!string.IsNullOrEmpty(Model.AppUrl)) { Manage }
@if (Model.InitialRendering) {
Loading...
} else {
@Model.SalesCount Total @label
}