{{ '%.4f'|format(query.duration * 1000) }} |
{% if query.signed_query %}
SELECT
EXPLAIN
{% endif %}
|
{{ query.context }}
|
{{ query.sql|safe }}
{#
{% if query.stacktrace %}
{% trans "Line" %} |
{% trans "Method" %} |
{% trans "File" %} |
{% for file, line, method in query.stacktrace %}
{{ line }} |
{{ method|escape }} |
{{ file|escape }} |
{% endfor %}
{% if query.template_info %}
{% for line in query.template_info.context %}
{{ line.num }} |
{{ line.content }} |
{% endfor %}
{{ query.template_info.name|default:"(unknown)" }}
{% endif %}
{% endif %}
#}
|
{% endfor %}