{% extends "django_sql_dashboard/base.html" %} {% load django_sql_dashboard %} {% block title %}{{ title }}{% endblock %} {% block content %}
{{ description }}
{% endif %} {% if unverified_sql_queries %}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 %}