{% extends 'creme_config/portals/base.html' %}
{% load i18n creme_widgets %}
{% block page_title %}{% translate 'Configuration of filters' %} - {% endblock %}
{% block title %}
{{block.super}}{% translate 'Filters' %}
{% endblock %}
{% block portal_help %}
{% widget_help_sign message=_('Filters allow to choose which entities to show in list-views (and so which entities are hidden). You can create/edit/delete them directly from list-views. This portal displays all of them at once, and is useful to fix a broken filter.') %}
{% endblock %}