{# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static %} {% origin %} {% if debug %} {% if sql_debug %} {% load debug_filters %} {{ sql_queries|length }} queries ({{ sql_queries|timesum }}s) {% if sql_queries|length != 0 %} Show {% endif %}
# | SQL | Count | WHERE | View/Templ. | Time | Acc. |
---|---|---|---|---|---|---|
{{ forloop.counter }} | {{ query.sql|expand_comma|escape }} | {{ query.count }} | {{ query.where }} |
{{ query.loc }}
{% if query.origin %}
|
{{ query.time }} | {{ query.time_accum }} |
ietf.context_processors.sql_debug
to settings.DEV_TEMPLATE_CONTEXT_PROCESSORS
to turn on the SQL statement table.
{% endif %}
{% endif %}