{% extends 'base.html' %} {% load tabular_list %} {% load url_utils %} {% load utils %} {% block title %} {% if active_search_query %}Suchergebnisse – {% endif %}{{ block.super }} {% endblock %} {% block page_title %} {% if active_search_query %} {% include 'widgets/title-with-icon.html' with icon='search' title=active_search_query|format:'Suchergebnisse für "{}"' %} {% endif %} {{ block.super }} {% endblock %} {% block toolbar_right %} {% if views.create %} {{ model_verbose_name }} hinzufügen {% endif %} {% endblock %} {% block content %} {% include 'widgets/table_filter.html' %} {% tabular_list objects=object_list views=views columns=list_columns render_options=list_render %}