{% extends 'creme_core/bricks/base/paginated-table.html' %} {% load i18n creme_bricks creme_widgets creme_config_tags %} {% load is_ajax url from creme_core_tags %} {% comment %} TODO: build a clean/generic system integrated to bricks instead. Here we use an outside of the brick in order to avoid create a new brick 'action' (with a consistent state after a reloading), & so it's an easier way to get a first working version. {% endcomment %} {% block brick_before %} {% if search_fields and not request|is_ajax %}