{% extends 'base.html' %} {% load i18n %} {% load search %} {% block search_form %} {% with sidebar=1 sidebar_toggle_icon='fa-filter' search_form_class=' d-md-none' %} {% include 'includes/search_form.html' %} {% endwith %} {% endblock %} {% block sidebar %} {% endblock %} {% block content %} {% if query and object_list %} {% include 'pagination_list_view.html' %} {% endif %} {% endblock %}