{% extends 'wm/widget.html' %} {% load static %} {% block heading %} Results {% endblock %} {% block panel_content %} {% include 'partials/notify.html' %} {% if cache is not None %} {% endif %} fetched {{ table.data|length }} hits in {{ took }}ms {% if exemption is not None %} {% else %} {% if redacted is not None %} {% endif %} {% endif %} {% include 'partials/results_table.html' %} {% include 'partials/sentiment_chart.html' %} {% endblock %}