{t('matchesMap.matchConnection', 'Match Connection')}
{t(`matchStatus.${match.Status}`, match.Status)}
{t('matchesMap.compatibility', 'Compatibility')}:
{formatScore(match.CompatibilityScore)}
{t('matchesMap.distance', 'Distance')}:
{t('matchesMap.distanceValue', { distance: match.DistanceKm.toFixed(1) })}
{t('matchesMap.economicValue', 'Economic Value')}:
{formatCurrency(match.EconomicValue)}
{match.EconomicImpact?.annual_savings && (
{t('matchesMap.annualSavings', 'Annual Savings')}:
{formatCurrency(match.EconomicImpact.annual_savings)}
)}