{% extends "aircox/page.html" %} {% load i18n aircox %} {% block title %} {{ view.model|verbose_name:True|title }} {% endblock %} {% block side_nav %} {{ block.super }} {% if filter_categories|length != 1 %}

{% trans "Filters" %}

{% block list_filters %}
{% for category in filter_categories %} {% endfor %}
{% endblock %}
{% endif %} {% endblock %} {% block main %}
{% for object in object_list %} {% block list_object %} {% include item_template_name %} {% endblock %} {% endfor %}
{% if is_paginated %}
{% update_query request.GET.copy page=None as GET %} {% with GET.urlencode as GET %} {% endwith %} {% endif %} {% endblock %}