{% trans "My Production Simulations" %}
{% trans "Review, reopen and curate the craft scenarios you have saved." %}
{% trans "Total simulations" %}
{{ total_simulations }}
{% trans "Last updated" %}
{{ latest.updated_at|timesince }} {% trans "ago" %}
| {% trans "Blueprint" %} | {% trans "Runs" %} | {% trans "Items" %} | {% trans "To Produce" %} | {% trans "To Buy" %} | {% trans "Est. Cost" %} | {% trans "Last Updated" %} | {% trans "Actions" %} |
|---|---|---|---|---|---|---|---|
|
{{ simulation.display_name }}
{% if simulation.simulation_name %}
{{ simulation.blueprint_name }}
{% endif %}
|
{{ simulation.runs }} | {{ simulation.total_items }} | {{ simulation.total_prod_items }} | {{ simulation.total_buy_items }} | {% if simulation.estimated_cost > 0 %} {{ simulation.estimated_cost|floatformat:0|intcomma }} ISK {% else %} — {% endif %} | {{ simulation.updated_at|timesince }} {% trans "ago" %} |
{% trans "No Simulations Yet" %}
{% trans "You haven't saved any production simulations yet. Create one by using the craft planning tool." %}
{% trans "Start Planning" %}