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