{% extends "base.html" %} {% load static %} {% load joinsep %} {% block content %} {% if params.modal == 'context' %}
{% endif %}
{# Not sure why this was here, but it duplicates errors! #} {# include 'partials/notify.html' #}
{% csrf_token %}
Static
{% include 'ui/drilldown/table_results.html' %}
{% endblock %}