{% load i18n %} {% if headers %}
{% if data %}# {% endif %} {% blocktrans %}Execution time: {{ duration|floatformat:2 }} ms{% endblocktrans %}
{% if rows > total_rows %} Showing {% else %} First {% endif %} of {{ total_rows }} total rows. {% if query.id %} {% elif ql_id %} {% endif %}
{% for h in headers %} {% endfor %} {% for h in headers %} {% endfor %} {% if data %} {% for row in data %} {% for i in row %} {% if unsafe_rendering %} {% else %} {% endif %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ h }}
{% if h.summary %}
{% for label, value in h.summary.stats.items %}
{{ label }}: {{ value }}
{% endfor %}
{% endif %}
{{ forloop.counter0 }}{% autoescape off %}{{ i }}{% endautoescape %}{{ i }}
Empty Resultset
{% if query.id and query.snapshot and query.snapshots %}
{{ snapshots|length }} Snapshots (oldest first)

{% endif %} {% if data %}
Pivot
{% endif %}
{% endif %}