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