{% 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 %} {% include 'partials/notify.html' %} showing {{ table.data|length }} of {{ card }} hits in {{ took }}ms {% if cache is not None %} {% endif %} {% if exemption is not None %} {% else %} {% if redacted is not None %} {% endif %} {% endif %} {% include 'ui/drilldown/table_results_partial.html' %} {% include 'ui/drilldown/sentiment_partial.html' %} {% endblock %}