{% extends "base.html" %} {% load static %} {% load joinsep %} {% block outer_content %} {% if params.modal == 'context' %}
{% endif %}
{% if table %}

Results

{{ table.data|length }} hits in {{ took }}ms {% if exemption is not None %} {% else %} {% if redacted is not None %} {% endif %} {% endif %} {% if delay is not None %} {% endif %} {% if randomised is True %} {% endif %} {% include 'ui/drilldown/table_results_partial.html' %} {% include 'ui/drilldown/sentiment_partial.html' %}
{% endif %}
{% endblock %}