{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% block details %}
| {% trans "Item" %} | {% trans "Quantity" %} | {% trans "Discount" %} | {% trans "Unit Price" %} | {% trans "Total" %} |
|---|---|---|---|---|
|
|
{{ item.quantity }} | {% if item.discount_applied > 0 %} {{ item.discount_applied }}% {% else %} - {% endif %} | {{ item.price_per_unit|floatformat:2|intcomma }} ISK | {{ item.line_total|floatformat:2|intcomma }} ISK |
| No items found. | ||||
| {% trans "Grand Total:" %} | {{ order.total_price|floatformat:2|intcomma }} ISK | |||
{{ order.fit.raw_fit_text }}
{% endif %}