{% comment %} vim:ft=htmldjango {% endcomment %} {% if b.has_build_cost and b.produces %} {{b.displayname|title }} Description Build cost Produces {% endif %} {% if b.has_build_cost and not b.produces %} {{b.displayname|title }} Description Build cost {% endif %} {% if b.produces and not b.has_build_cost %} {{b.displayname|title }} Description Produces {% endif %} {% if not b.produces and not b.has_build_cost %} {{b.displayname|title }} Description {% endif %} {% if b.has_build_cost and b.produces %} {{b.descname}} {{ b.help }} {% for costs in b.get_build_cost %} {% for w in costs %} {{ ware.name }} {% endfor %}
{%endfor%} {% for w in b.get_outputs %} {{ ware.name }} {%endfor%} {% endif %} {% if b.has_build_cost and not b.produces %} {{b.descname}} {{ b.help }} {% for costs in b.get_build_cost %} {% for w in costs %} {{ ware.name }} {% endfor %}
{%endfor%} {% endif %} {% if b.produces and not b.has_build_cost %} {{b.descname}} {{ b.help }} {% for w in b.get_outputs %} {{ ware.name }} {%endfor%} {% endif %} {% if not b.produces and not b.has_build_cost %} {{b.descname}} {{ b.help }} {% endif %}