{{ instance.name }}

{% for row in data %} {% for cell in row %} {% if forloop.parentloop.counter <= instance.headers_top or forloop.counter <= instance.headers_left or forloop.parentloop.revcounter <= instance.headers_bottom %} {% else %} {% endif %} {% endfor %} {% endfor %}
{%if cell %}{{ cell }}{% endif %}{% if cell %}{{ cell }}{% endif %}