@using BTCPayServer.Components.AppSales @using BTCPayServer.Abstractions.TagHelpers @using BTCPayServer.Plugins.Crowdfund @model BTCPayServer.Components.AppSales.AppSalesViewModel

@Model.Name @if (Model.AppType == CrowdfundAppType.AppType) { Contributions } else { Sales }

@if (!string.IsNullOrEmpty(Model.AppUrl)) { Manage }
@if (Model.InitialRendering) {
Loading...
} else {
@Model.SalesCount @if (Model.AppType == CrowdfundAppType.AppType) { Total Contributions } else { Total Sales }
}