{% extends "industry_reforged/base.html" %} {% load i18n humanize %} {% load industry_tags %} {% block details %}
| {% trans "Material" %} | {% trans "Total 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 }} |
| No materials found. | |||
| {% trans "Estimated Total Materials Cost:" %} | {{ total_bom_price|eve_isk }} | ||