{% extends 'shop/base.html' %} {% load i18n %} {% block content %} {% include 'shop/_manage_header.html' %}
#{{ order.reference }}{% trans "Contact in-game (EVE-mail / contract) or via Discord if given." %}
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Unit" %} | {% trans "Total" %} | |
|---|---|---|---|---|
| {{ line.eve_type.name }}{% if line.label %} ยท {{ line.label }}{% endif %} | {{ line.quantity }} | {{ line.unit_price_display }} | {{ line.line_total_display }} | |
| {% trans "Estimated total" %} | {{ order.estimated_total_display }} | |||
| {% trans "Some items priced on request" %} | ||||