{% 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 has_stats %} {% for h in headers %} {% endfor %} {% endif %} {% if data %} {% for row in data %} {% for i in row %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ h }}
{% if h.summary %}
...
{% endif %}
{% for label, value in h.summary.stats.items %}
{{ label }}: {{ value }}
{% endfor %}
{% autoescape off %}{{ i }}{% endautoescape %}
Empty Resultset
{% if query.id and query.snapshot and query.snapshots %}
{{ snapshots|length }} Snapshots (oldest first)

{% endif %}
{% endif %}