{% extends "base.html" %} {% load i18n %} {% load static from staticfiles %} {% block headtitle %}{{blueprint.typeName}}{% endblock %} {% block stylesheets %} {% endblock %} {% block main_content %}
Produces Item
{{blueprint.catalog_entry.permalink|safe}}
Material Efficiency
{{blueprint.me}}
Production Efficiency
{{blueprint.pe}}
Copy
Runs
{{blueprint.runs}}
Manufacturing Time
{{blueprint.manufacturing_time|ecm_duration_long}}
Material Research Time
{{blueprint.me_research_time|ecm_duration_long}}
Productivity Research Time
{{blueprint.pe_research_time|ecm_duration_long}}
Copy Time
{{blueprint.copy_time|ecm_duration_long}}
Invention Time
{{blueprint.invention_time|ecm_duration_long}}
{% with blueprint.product.portionSize as batch %}

Needed Materials for {{ batch }} unit{{ batch|pluralize }} {% if batch > 1 %}produced in 1 run{% endif %}

{% endwith %}
Activity
{% for act in blueprint.activities %} {% endfor %}
Icon Item Quantity Damage Per Job
Loading data from server...
{% endblock %} {% block post_javascripts %} {% endblock %}