{% load i18n %}
{% trans "Back" %}

{% 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 }}
{{ column|escape }}