{# query_result.html #} {% extends "base.html" %} {% block content %} {% include "query_nav.html" %}

Results

{% include "expand_collapse_buttons.html" %} {% for field in fieldnames %} {% endfor %} {% for row in rows %} {% for col in row %} {% endfor %} {% endfor %}
{{ field }}
{{ rows.start_index|add:forloop.counter0 }}{{ col|safe }}
{% include "page_nav_results.html" with items=rows %}

SQL

{{ sql }}
{% comment %}

Highlighting

{% endcomment %} {% endblock %}