Order Equipment

1}>
Name Qty
{equipmentType.name}
{equipmentType.name}
{equipmentType.code}
{equipmentType.price ? App.helpers.formatCurrencyWithCommas(equipmentType.price) : 'POA'}

Order Summary

Item Qty Price
{summaryLine.name}
{summaryLine.code}
{summaryLine.price ? App.helpers.formatCurrencyWithCommas(summaryLine.price) : 'POA'}
{summaryLine.quantity} {summaryLine.totalPrice ? App.helpers.formatCurrencyWithCommas(summaryLine.totalPrice) : 'POA'}
NOTE: Some of the items you have ordered are POA. The price below is a minimum.
TOTAL {App.helpers.formatCurrencyWithCommas(order.totalPrice)}

{order.otherItems}