{# query_result.html #} {% extends "base.html" %} {% block content %} {% include "query_nav.html" %}
{% for field in fieldnames %} | {{ field }} | {% endfor %}
---|---|
{{ rows.start_index|add:forloop.counter0 }} | {% for col in row %}{{ col|safe }} | {% endfor %}
{{ sql }}{% comment %}