{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% load keep_spacing %} {% load django_tables2 %} {% block styles %} {% endblock %} {% block content %} {% if omitted %}
This query has some of the results omitted. Click here for the list of omitted results.
{% endif %} This query by URL Export as CSV View Chart Create New Chart

Last updated: {% if query.is_live %} Live query{% else %}{{ query.last_updated | default:"Never" }}{% endif %}

{% render_table query_table %} {% endblock %} {% block scripts %} {% endblock %}