{% load i18n %} {% if headers %}
{% if data %} #  {% endif %} {% blocktrans trimmed with duration=duration|floatformat:2 %} Execution time: {{ duration }} ms {% endblocktrans %}
{% if rows > total_rows %} {% trans "Showing" %}  {% else %} {% trans "First" %}  {% endif %} {% blocktrans %}of {{ total_rows }} total rows.{% endblocktrans %}
{% 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 }}
{% trans "Empty Resultset" %}
{% if query.id and query.snapshot and query.snapshots %}
{{ snapshots|length }} Snapshots (oldest first)

{% endif %} {% if data %}
{% trans "Pivot" %}
{% endif %}
{% endif %}