@{ const string prefix = "customer-statistics"; const string hideCardAttributeName = "Reports.HideCustomerStatisticsCard"; var hideCard = await genericAttributeService.GetAttributeAsync(await workContext.GetCurrentCustomerAsync(), hideCardAttributeName); }

@T("Admin.Reports.Customers.CustomerStatistics")