{% extends "django_sql_dashboard/base.html" %} {% load django_sql_dashboard %} {% block title %}{{ html_title }}{% endblock %} {% block content %}

{{ title }}

{% if saved_dashboard %}

{{ description }}

{% endif %} {% if too_long_so_used_post %}

This SQL is too long to bookmark, so sharing a link to this page will not work for these queries.

{% endif %} {% if unverified_sql_queries %}

Unverified SQL

The link you followed here included SQL that was missing its verification signatures.

If this link was provided to you by an untrusted source, they may be trying to trick you into executing queries that you do not want to execute.

Review these queries and copy and paste them once you have confirmed them:

{% for query in unverified_sql_queries %}

{% endfor %}
{% endif %}
{% if not saved_dashboard %}{% csrf_token %}{% endif %} {% if parameter_values %}

Query parameters

{% for name, value in parameter_values %} {% endfor %}
{% endif %} {% for result in query_results %} {% include result.templates with result=result %} {% endfor %} {% if not saved_dashboard %}

Add another query:

{% endif %}
{% if not saved_dashboard %}

Available tables