{% extends "base.html" %} {% block title %} Query Editor - {{query.title}} {% endblock %} {% block body %}
{% load crispy_forms_tags %} {% crispy form %}
{% if query.obj %} {{query.toHighcharts}} {% elif query.error %}

Impossible to load query : {{query.error}}

{% else %}

Press run to execute the query

{% endif %}
{% include "django_sql_dashboards/table.html" %}
{% endblock %}