{% if headers %}
Execution 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 }}
{% autoescape off %}{{ i }}{% endautoescape %}
Empty Resultset
{% endif %}