{% extends "dashboard_app/_content.html" %} {% load i18n %} {% load django_tables2 %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %}
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 %}