| 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 }} |
| Item | Location | Price | Items left |
|---|---|---|---|
| {{ names[order.type_id]?.name || order.type_id }} | {{ order.location_id }} | {{ formatPrice(order.price) }} ISK | {{ order.volume_remain }} |