{% extends 'creme_config/portals/base.html' %} {% load i18n creme_widgets %}{# creme_bricks #} {% 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 %} {% comment %} {% block portal_bricks %} {% 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.') %} {% brick_import app='creme_config' name='entity_filters' as filters_brick %} {% brick_display filters_brick %} {% endblock %} {% endcomment %}