{# query_count.html #} {% extends "base.html" %} {% load humanize %} {% block content %} {% include "query_nav.html" %}

Count

There are {{ rowcount|intcomma }} records.
view results

SQL

{{ sql }}
{% endblock %}