{% load i18n %}

{% trans "SQL explained" %}

{% trans "Executed SQL" %}
{{ sql|safe }}
{% trans "Time" %}
{{ duration }} ms
{% trans "Database" %}
{{ alias }}
{% for h in headers %} {% endfor %} {% for row in result %} {% for column in row %} {% endfor %} {% endfor %}
{{ h|upper }}
{% if forloop.last %}{% endif %}{{ column|escape }}{% if forloop.last %}{% endif %}