{% if schema.fields and data %}
{% for field in schema.fields %} {% endfor %} {% for row in data %} {% for cell in row %} {% endfor %} {% endfor %}
{{ field.name }} {{ field.type | upper }}
{{ cell if cell is not none else '' }}
{% else %}

No Data Available

This dataset returned no results.

{% endif %}