{% extends "base.html" %} {% comment %} vim:ft=htmldjango {% endcomment %} {% block content %}

Wares

{% for ware in wares %} {% include "inlines/display_ware.html" %} {% endfor %}
Name Displayed name Tribe name Displayed tribe name Image
{% endblock %}