{% extends "scon/base.html" %}
{% block context %}
Source | Crafts into | Also used in | |
---|---|---|---|
{% if item.icon %}
![]() Sell: {{item.sell_price}} cr{% endif %} |
{% with item.primary_recipee as recipee %}
{% if recipee.amount > 1 %}{{ recipee.amount }}{% endif %}
|
{% if recipee.output.icon %}
![]() Sell: {{recipee.output.sell_price}} cr{% endif %}
|
|
{% endwith %}