Supplier Scorecard

${CompanyName!'N/A'} (ID: ${SupplierID})

Overall

Rating: ${OverallRating!'N/A'}

Product Metrics

Product Count: ${(ProductCount!0)?string("0")}
Avg. Unit Price: ${(AvgUnitPrice!0)?string("$0.00")}
Low Stock Products: ${(LowStockCount!0)?string("0")}

Delivery Performance

Avg. Delivery Days: <#if AvgDeliveryDays??>${AvgDeliveryDays?string("0.0")}<#else>N/A
Late Delivery %: <#if LateDeliveryPercent??>${LateDeliveryPercent?string("0.0%")}<#else>N/A
<#-- Placeholder for potential future sections -->