{% extends "dashboard_app/_content.html" %} {% load i18n %} {% load django_tables2 %} {% block content %}

Filter {{ filter.name }}

{% include "dashboard_app/filter_summary.html" with filter_data=filter.as_data %} {% if filter.owner == request.user %}

You can edit or delete this filter.

{% endif %} {% if subscription %}

Manage your subscription to this filter.

{% else %}

Subscribe to this filter.

{% endif %} {% render_table filter_table %} {% endblock %}