table.table tbody tr th Material#: td = @material.material_code tr th Unit of Measure: td = @material.unit_of_measure tr th Content: td = @material.units&.round(2) tr th Unit Cost: td = @material.unit_cost&.round(2) tr th Amount In Stock: td = @material.amount_in_stock&.round(2) || 0 tr th Description: td = @material.description