{% load staticfiles %}
{{ info }}
{% for header in table_header %}
{{ header }}
{% endfor %}
{% for row in table_rows %}
{% for cell in row %}
{{ cell }}
{% endfor %}
{% endfor %}