{% for item in headings -%}
{{ item }}
{% endfor -%}
View
{% for row in table -%} {% set rowloop = loop -%}
{% for item in row -%} {% if loop.last and item == '' -%}
Fetch data
{% else -%}
{{ item }}
{% endif -%} {% endfor -%}
{% endfor -%}
See the graphs!