{# query_show.html #} {% extends "base.html" %} {% block extrahead %} {% endblock %} {% block content %}

Full query

{{ query.formatted_sql|safe }}

{% endblock %}