{% load instachart %} {% block thead %} {% for cell in chart_header %} {{ cell.as_th|safe }} {% endfor %} {% endblock %} {% block tbody %} {% for row in object_list %} {% for cell in row|chart_set %} {{ cell.as_td|safe }} {% endfor %} {% endfor %} {% endblock %}