{{ query.public_title|default:query.name }}

{% if query.public_description %}

{{ query.public_description }}

{% elif query.description %}

{{ query.description }}

{% endif %}
{% for variable in variables %}
{% if variable.help_text %}
{{ variable.help_text }}
{% endif %} {% if errors[variable.key] %}
{{ errors[variable.key] }}
{% endif %}
{% empty %}

No variables are defined for this query.

{% endfor %}

Results

{% if error_message %}

{{ error_message }}

{% elif ran_query %} {% if results_json %}
{{ results_json }}
{% else %}

No results returned.

{% endif %} {% else %}

Run the query to see results.

{% endif %}