{% comment %} vim:ft=htmldjango {% endcomment %} {% if b.has_build_cost and b.has_outputs and b.has_stored_wares %} {{b.displayname|title }} Description Build cost Produces Stores {% endif %} {% if b.has_build_cost and b.has_outputs and not b.has_stored_wares %} {{b.displayname|title }} Description Build cost Produces {% endif %} {% if b.has_build_cost and not b.has_outputs and b.has_stored_wares %} {{b.displayname|title }} Description Build cost Stores {% endif %} {% if not b.has_build_cost and b.has_outputs and b.has_stored_wares %} {{b.displayname|title }} Description Produces Stores {% endif %} {% if b.has_build_cost and not b.has_outputs and not b.has_stored_wares %} {{b.displayname|title }} Description Build cost {% endif %} {% if not b.has_build_cost and b.has_outputs and not b.has_stored_wares %} {{b.displayname|title }} Description Produces {% endif %} {% if not b.has_build_cost and b.has_outputs and not b.has_stored_wares %} {{b.displayname|title }} Description Stores {% endif %} {% if not b.has_outputs and not b.has_build_cost and not b.has_stored_wares %} {{b.displayname|title }} Description {% endif %} {% if b.has_build_cost and b.has_outputs and b.has_stored_wares %} {{b.displayname}} {{ b.help }} {% for costs in b.get_build_cost %} {% for w in costs %} {{ w.name }} {% endfor %}
{%endfor%} {% if b.produces and not b.trains %} {% for w in b.get_ware_outputs %} {{ w.name }} {%endfor%} {% endif %} {% if b.trains and not b.produces %} {% for wor in b.get_worker_outputs %} {{ wor.name }} {%endfor%} {% endif %} {% for costs in b.get_stored_wares %} {% for w in costs %} {{ w.name }} {% endfor %}
{%endfor%} {% endif %} {% if b.has_build_cost and b.has_outputs and not b.has_stored_wares %} {{b.displayname}} {{ b.help }} {% for costs in b.get_build_cost %} {% for w in costs %} {{ w.name }} {% endfor %}
{%endfor%} {% if b.produces and not b.trains %} {% for w in b.get_ware_outputs %} {{ w.name }} {%endfor%} {% endif %} {% if b.trains and not b.produces %} {% for wor in b.get_worker_outputs %} {{ wor.name }} {%endfor%} {% endif %} {% endif %} {% if b.has_build_cost and not b.has_outputs and b.has_stored_wares%} {{b.displayname}} {{ b.help }} {% for costs in b.get_build_cost %} {% for w in costs %} {{ w.name }} {% endfor %}
{%endfor%} {% for costs in b.get_stored_wares %} {% for w in costs %} {{ w.name }} {% endfor %}
{%endfor%} {% endif %} {% if not b.has_build_cost and b.has_outputs and b.has_stored_wares %} {{b.displayname}} {{ b.help }} {% if b.produces and not b.trains %} {% for w in b.get_ware_outputs %} {{ w.name }} {%endfor%} {% endif %} {% if b.trains and not b.produces %} {% for wor in b.get_worker_outputs %} {{ wor.name }} {%endfor%} {% endif %} {% for costs in b.get_stored_wares %} {% for w in costs %} {{ w.name }} {% endfor %}
{%endfor%} {% endif %} {% if b.has_build_cost and not b.has_outputs and not b.has_stored_wares %} {{b.displayname}} {{ b.help }} {% for costs in b.get_build_cost %} {% for w in costs %} {{ w.name }} {% endfor %}
{%endfor%} {% endif %} {% if not b.has_build_cost and b.has_outputs and not b.has_stored_wares %} {{b.displayname}} {{ b.help }} {% if b.produces and not b.trains %} {% for w in b.get_ware_outputs %} {{ w.name }} {%endfor%} {% endif %} {% if b.trains and not b.produces %} {% for wor in b.get_worker_outputs %} {{ wor.name }} {%endfor%} {% endif %} {% endif %} {% if not b.has_build_cost and not b.has_outputs and b.has_stored_wares %} {{b.displayname}} {{ b.help }} {% for costs in b.get_stored_wares %} {% for w in costs %} {{ w.name }} {% endfor %}
{%endfor%} {% endif %} {% if not b.has_build_cost and not b.has_outputs and not b.has_stored_wares %} {{b.displayname}} {{ b.help }} {% endif %}