{% extends "base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% block content %}
Graph for {{ ware.displayname }} {{ ware.imagemap|safe }}
{% if ware.build_ware_for_buildings.all %}

Used in the construction of

{% for b in ware.build_ware_for_buildings.all %} {% endfor %}
Building Name Description
{{b.displayname}} {{ b.displayname }} {{ b.help }}
{% else %} Not used for building.
{% endif %} Return to the Ware overview. {% endblock %}