{% load i18n %}

{% trans 'Place your SQL statement directly in the text area below and submit your request using the button.' %}

{% include 'query/query_dropdown_databases.html' %} {% include 'query/query_dropdown_columns.html' %} {% include 'query/query_dropdown_functions.html' %} {% for dropdown in settings.QUERY_DROPDOWNS %} {% include dropdown.template %} {% endfor %} {% include 'query/query_dropdown_examples.html' %}