{% if debug %}

Queries

{{ sql_queries|length }} Quer{{ sql_queries|pluralize:"y,ies" }} {% if sql_queries|length != 0 %} (Show) {% endif %}

{% for query in sql_queries %}{% endfor %}
{% endif %}