{% load i18n static %} {% trans "SQL Explorer" %}{% if query %} - {{ query.title }}{% elif title %} - {{ title }}{% endif %} {% spaceless %}

{% if query %} {{ query.title }}{% if shared %}  shared{% endif %} {% else %} {% trans "New Query" %} {% endif %}

{% endspaceless %} {% for h in headers %} {% endfor %} {% if data %} {% for row in data %} {% for i in row %} {% if unsafe_rendering %} {% else %} {% endif %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ h }}
{% autoescape off %}{{ i }}{% endautoescape %}{{ i }}
{% trans "Empty Resultset" %}