@if (filteredProducts == null || !filteredProducts.Any())
{
@@ -94,20 +122,20 @@
Win% @GetProductSortIndicator("winrate")
On |
-
Min |
-
Max |
+
Min β¬ |
+
Max β¬ |
Max Punt. |
Azioni |
@@ -129,16 +157,16 @@
@winRate.ToString("F0")%
- @(product.MinFinalPrice?.ToString("F2") ?? "-")
+ β¬@(product.MinFinalPrice?.ToString("F2") ?? "-")
|
- @product.AvgFinalPrice.ToString("F2")
+ β¬@product.AvgFinalPrice.ToString("F2")
|
- @(product.MedianFinalPrice?.ToString("F2") ?? "-")
+ β¬@(product.MedianFinalPrice?.ToString("F2") ?? "-")
|
- @(product.MaxFinalPrice?.ToString("F2") ?? "-")
+ β¬@(product.MaxFinalPrice?.ToString("F2") ?? "-")
|
|