{% extends "admin/base_site_nav.html" %} {% load i18n %} {% block extrahead %}{{block.super}} {% endblock %} {% block content %}
{% if perms.reportmanager.change_sqlreport %}
{% if report %}{% endif %}
{% endif %} {% if report %}
{% if perms.reportmanager.change_sqlreport and report and report.owner == request.user %} {% endif %}
{% endif %}
   

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

{% trans "schema"|capfirst %}

{% endblock %}