{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% load industry_tags %} {% block details %}
{% trans "Review the order details and the estimated BOM cost, then provide a final quote." %}
| {% 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|eve_isk }} | {{ item.line_total|eve_isk }} |
| No items found. | ||||
| {% trans "Original Jita Price (Est.):" %} | {{ original_price|eve_isk }} | |||
| {% trans "Your Savings (Corp Discount / Adjustment):" %} | -{{ savings|eve_isk }} | |||
| {% trans "Current Quote Total:" %} | {{ order.total_price|eve_isk }} | |||
{{ order.fit.raw_fit_text }}
{% endif %}
| {% trans "Material" %} | {% trans "Quantity Required" %} | {% trans "Est. Jita Unit Price" %} | {% trans "Est. Total Cost" %} |
|---|---|---|---|
|
|
{{ mat.quantity|intcomma }} | {{ mat.price_per_unit|eve_isk }} | {{ mat.total_price|eve_isk }} |
| {% trans "No BOM available." %} | |||
| {% trans "Estimated Total Materials Cost:" %} | {{ total_bom_price|eve_isk }} | ||
{% trans "No production tree available." %}
{% endif %}