{% extends "aircox/basepage_list.html" %} {% comment %}Display a list of Pages{% endcomment %} {% load i18n aircox %} {% block header %} {% if page and not object %} {% with page as object %} {{ block.super }} {% endwith %} {% else %} {{ block.super }} {% endif %} {% endblock %} {% block before_list %} {% if view.has_filters and object_list %}
{% comment %}
{% block filters %}
{% for label, value in categories %} {% endfor %}
{% endblock %}
{% endcomment %} {% endif %} {% endblock %}