No amount-specific QR codes configured.
+ } + else + { +Item not found.
+} +else if (!IsAuthenticated) +{ +Please log in first.
+} +else +{ +No representable amount can be formed from configured QR codes up to €200.
+ } + else + { + + + } + + @if (Suggestions.Count == 0) + { +No QR combination available for this amount.
+ } + else + { +Suggested QR combination:
+@item.Description
} -Qty: @item.PurchasedQuantity/@item.DesiredQuantity purchased
+ @if (item.DesiredQuantity > 1) + { +Qty: @item.PurchasedQuantity/@item.DesiredQuantity purchased
+ } @if (item.PriceAmount.HasValue) {Price: @item.PriceAmount.Value.ToString("0.00") @item.CurrencyCode
} - @if (item.ParticipationAllowed && item.ParticipationTargetAmount.HasValue) + @if (item.ParticipationAllowed && GetParticipationTotalAmount(item).HasValue) { -Participation: @item.MoneyFulfilledAmount.ToString("0.00") / @item.ParticipationTargetAmount.Value.ToString("0.00") @item.CurrencyCode
+Participation: €@item.MoneyFulfilledAmount.ToString("0.00") out of €@GetParticipationTotalAmount(item)!.Value.ToString("0.00") fulfilled
} @if (item.Purchasers.Count > 0 || item.Contributors.Count > 0) @@ -110,13 +113,39 @@ else @if (item.Contributors.Count > 0) {