{% extends 'wm/widget.html' %} {% load static %} {% block widget_options %} gs-w="10" gs-h="30" gs-y="10" gs-x="1" {% endblock %} {% block heading %} Results {% endblock %} {% block close_button %} {% endblock %} {% block panel_content %} {{ 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' %} {% endblock %} {% block custom_script %} grid.removeWidget("drilldown-widget-{{ unique }}"); {% endblock %}