{% extends "aircox/page.html" %} {% load i18n aircox %} {% with view.model|verbose_name:True as model_name_plural %} {% block title %} {{ model_name_plural }} {% endblock %} {% block side_nav %} {{ block.super }} {% trans "Filters" %} {% block list_filters %} {% trans "Categories" %} {% for category in filter_categories %} {{ category.title }} {% endfor %} {% endblock %} {% trans "Apply" %} {% trans "Reset" %} {% endblock %} {% block main %} {% for object in object_list %} {% block list_object %} {% include item_template_name %} {% endblock %} {% endfor %} {% if is_paginated %}