{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% load django_tables2 %} {% block styles %} {% include "_tablesort.html" %} {% endblock %} {% block content %}

Filter {{ filter.name }}

{% include "dashboard_app/filter_summary.html" with filter_data=filter.as_data %}
{% if filter.owner == request.user or request.user.is_superuser %} {% endif %} {% if subscription %} {% else %} {% endif %} {% if request.user.is_authenticated %} {% endif %}

{% render_table filter_table %} {% endblock %} {% block scripts %} {% endblock %}