{% extends "allianceauth/base-bs5.html" %} {% load i18n %} {% load static %} {% load humanize %} {% block page_title %}{{ bp_name }} - {% trans "Crafting Requirements" %}{% endblock page_title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% trans "Material requirements for blueprint production" %}
| {% trans "Material" %} | {% trans "Quantity" %} | |
|---|---|---|
| {{ mat.type_name }} | {{ mat.quantity }} |
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Unit Price" %} | {% trans "Line Total" %} |
|---|---|---|---|
| {{ mat.type_name }} | {{ mat.quantity }} | 0 | |
| {% trans "Final Product" %} | {{ final_product_qty|default:num_runs }} | 0 | |
| {% trans "Total Cost" %} | 0 | ||
| {% trans "Total Revenue" %} | 0 | ||
| {% trans "Profit" %} | 0 (0%) | ||
{% trans "Select which intermediate products you will buy, then click " %}
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Unit Price" %} | {% trans "Line Total" %} |
|---|---|---|---|
| {% trans "Total Cost" %} | 0 | ||