{% extends "admin/base_site_grid.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% endblock %} {% block actions %}{{block.super}} {% endblock %} {% block before_table %}
{% if perms.reportmanager.change_sqlreport %}
{% if report %}{% endif %}
{% endif %}
   

{% trans "SQL query"|capfirst %}:

{% trans "schema"|capfirst %}

{% endblock %}