{% load static %} Table

Artists and their Works


{% for table, artist in zipped %}

{{artist}}

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