{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% load industry_tags %} {% block details %}
| {% trans "Material" %} | {% trans "Corp Stock" %} | {% trans "Total Quantity Required" %} | {% trans "Est. Jita Unit Price" %} | {% trans "Est. Total Cost" %} |
|---|---|---|---|---|
|
|
{% if mat.corp_stock >= mat.quantity %} {{ mat.corp_stock|default:0|intcomma }} {% else %} {{ mat.corp_stock|default:0|intcomma }} {% endif %} | {{ mat.quantity|intcomma }} | {{ mat.price_per_unit|eve_isk }} | {{ mat.total_price|eve_isk }} |
| No materials found. | ||||
| {% trans "Estimated Total Materials Cost:" %} | {{ total_bom_price|eve_isk }} | |||
{% trans "No production tree available." %}
{% endif %}