{% extends "indy_hub/base.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 "This crafting workspace is under active development. Please don't rely on the displayed data for production decisions yet." %}
{% trans "We are synchronising materials, production tree and financial data." %}
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Fuzzwork" %} | {% trans "Real Price" %} | {% trans "Total Cost" %} | {% trans "Margin" %} |
|---|---|---|---|---|---|
|
|
{{ mat.quantity|intcomma }} | 0 | - | ||
|
|
{{ final_product_qty|default:num_runs|intcomma }} | 0 | - | ||
| {% trans "Total Material Cost" %} | 0 | ||||
| {% trans "Total Revenue" %} | 0 | ||||
| {% trans "Net Profit" %} | 0 (0%) | ||||
| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Unit Price" %} | {% trans "Total" %} |
|---|---|---|---|
| {% trans "Total Shopping Cost" %} | 0 | ||
| {% trans "Item" %} | {% trans "Needed" %} | {% trans "Per cycle" %} | {% trans "Cycles" %} | {% trans "Produced" %} | {% trans "Surplus" %} |
|---|---|---|---|---|---|
|
{{ bp_name }}
|
{{ final_product_qty|intcomma }} | {{ final_product_qty|floatformat:0|intcomma }} | {{ num_runs|intcomma }} | {{ final_product_qty|intcomma }} | 0 |
|
|
{{ data.total_needed|intcomma }} | {{ data.produced_per_cycle|intcomma }} | {{ data.cycles|intcomma }} | {{ data.total_produced|intcomma }} | {% if data.surplus > 0 %} +{{ data.surplus|intcomma }} {% elif data.surplus < 0 %} {{ data.surplus|intcomma }} {% else %} 0 {% endif %} |