{{ b.displayname|title }}
|
{{ b.help }} |
{% for costs in b.get_build_cost %}
{% for w in costs %}
{% endfor %}
{% endfor %}
|
{% if b.produces and not b.trains %}
{% for w in b.get_ware_outputs %}
{% endfor %}
{% endif %}
{% if b.trains and not b.produces %}
{% for wor in b.get_worker_outputs %}
{% endfor %}
{% endif %}
|
{% for costs in b.get_stored_wares %}
{% for w in costs %}
{% endfor %}
{% endfor %}
|
{% endfor %}