{% extends "base_tables.html" %} {% block extra_head %} {% endblock %} {% block extra_scripts %} {% endblock %} {% block content_title %}{{ dataset.base_name }} - Query{% endblock %} {% block content %}
Rows modified: {{ row_count }}
Empty result set.
{% else %} Permalink{{ col_desc[0] }}{% if ordering is not none %}{% if loop.index == ordering %}▼{% elif loop.index == -ordering %}▲{% endif %}{% endif %} | {% endfor %}
---|
{% if value is none %}NULL {% else %}{{ value|value_filter|safe }}{% endif %}
|
{% endfor %}