{% if headers %}
Preview (excecution time: {{ duration|floatformat:2 }} ms) {% if rows > total_rows %} Showing {{ total_rows }} of {{ total_rows }} total rows. {% else %} First of {{ total_rows }} total rows. {% endif %}
{% for h in headers %} {% endfor %} {% if data %} {% for row in data %} {% for i in row %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ h }}
{{ i }}
Empty Resultset
{% endif %}