{{ _("Back") }}

{{ _("SQL Profiled") }}

{% if result %}
{{ _("Executed SQL") }}
{{ sql|safe }}
{{ _("Time") }}
{{ duration }} ms
{% for h in headers %} {% endfor %} {% for row in result %} {% for column in row %} {% endfor %} {% endfor %}
{{ h|upper }}
{{ column|escape }}
{% else %}
{{ _('Error') }}
{{ result_error }}
{% endif %}