{% load i18n humanize %} {% load industry_tags %} {% if perms.industry_reforged.industrialist_access or perms.industry_reforged.corp_access %}
| {% trans "Material" %} | {% trans "Base (ME0)" %} | {% trans "Required" %} | {% trans "Unit Cost" %} | {% trans "Total Cost" %} |
|---|---|---|---|---|
|
|
{% if mat.base_quantity and mat.base_quantity > mat.quantity %}
|
{{ mat.quantity|intcomma }}
{% if mat.savings > 0 %}
-{{ mat.savings|intcomma }} {% endif %} |
{% if mat.original_jita_price > mat.price_per_unit %}
{% elif mat.original_jita_price < mat.price_per_unit and mat.original_jita_price > 0 %} {% endif %} {{ mat.price_per_unit|eve_isk }} |
{{ mat.total_price|eve_isk }} |
| No materials required or failed to load SDE data. | ||||
| {% trans "Original Jita Price (Est.):" %} | {{ original_price|eve_isk }} | |||
| {% trans "Estimated Total Materials Cost:" %} | {{ total_bom_price|eve_isk }} | |||
{% trans "No production tree available." %}
{% endif %}