{% load i18n l10n %}{% load static from staticfiles %}
{% trans "Query" %} | {% trans "Timeline" %} | {% trans "Time (ms)" %} | {% trans "Action" %} | ||||
---|---|---|---|---|---|---|---|
+ |
{{ query.sql|safe }}
|
{{ query.width_ratio }}%
|
{{ query.duration|floatformat:"2" }} | {% if query.params %} {% endif %} | |||
{% trans "Connection:" %} {{ query.alias }} {% if query.params and query.params != '[]' %}{{ query.params|safe }}{% endif %} {% if query.stacktrace %} {{ query.stacktrace }}{% endif %} {% if query.template_info %}
{{ query.template_info.name|default:_("(unknown)") }} {% endif %} |
{% trans "No SQL queries were recorded during this request." %}
{% endif %}