{% load static %}
{% load index %}
{% load joinsep %}
{% include 'partials/notify.html' %}
{% if table %}
fetched {{ table.data|length }} of {{ card }} hits in {{ took }}ms
{% if exemption is not None %}
{% else %}
{% if redacted != 0 %}
{{ redacted }} redacted
{% endif %}
{% endif %}
{% if params.index != 'int' and params.index != 'meta' %}
{% endif %}
{% include 'ui/drilldown/table_results_partial.html' %}
{% endif %}
{# Update the tags in case the user changed the query #}
{# Check for focus and refocus #}