{% load static %} Table

DEPARTMENTS and ARTIFACTS


{% for table, department in zipped %}

{{department}}

{% for i in columns %} {% endfor %} {% for i in table %} {% for j in i %} {% endfor %} {% endfor %}
{{i}}
{{j}}
{% endfor %}