SKU: {{ $ctrl.item.sku }}
Unit Price: {{ $ctrl.item.price | currency }} /{{ $ctrl.item.uom }}
{{ $ctrl.item.price | currency }} /{{ $ctrl.item.uom }}
{{ $ctrl.item.status === 'backordered' ? 'Backordered' : $ctrl.item.status === 'discontinued' ? 'Discontinued' : $ctrl.item.available_qty === 0 ? 'Out of Stock' : '' }}