Buy orders ({{ getOrderAmount('buy') }})

Item Location Price Items
{{ names[order.type_id]?.name || order.type_id }} {{ order.location_id }} {{ formatPrice(order.price) }} ISK {{ order.volume_remain }}/{{ order.volume_total }}

Sell orders ({{ getOrderAmount('sell') }})

Item Location Price Items left
{{ names[order.type_id]?.name || order.type_id }} {{ order.location_id }} {{ formatPrice(order.price) }} ISK {{ order.volume_remain }}