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