{# source_information.html #} {% extends "base.html" %} {% comment %} template parameters: sql: str sql_highlight_css: str table_html: str {% endcomment %} {% block extrahead %} {% endblock %} {% block content %}

Source information

{% include "expand_collapse_buttons.html" %} {{ table_html|safe }}

SQL

{{ sql|safe }} {% endblock %} {% block helpurl %}{{ HelpUrl.results }}{% endblock %}