{% extends "base.html" %} {% block title %}Query assistant for {% if table %}{{ table }}{% else %}{{ database }}{% endif %}{% endblock %} {% block crumbs %} {{ crumbs.nav(request=request, database=database, table=table) }} {% endblock %} {% block content %}

Query assistant for {% if table %}{{ table }}{% else %}{{ database }}{% endif %}

Schema that will be passed to the model
{{ schema }}
{% endblock %}