{% extends "aircox/page.html" %} {% comment %}Display a list of pages{% endcomment %} {% load i18n aircox %} {% block title %} {% if not parent %}{{ view.model|verbose_name:True|title }} {% else %} {% with parent.title as title %} {% with model|default:"Publications"|verbose_name:True|capfirst as model %} {% comment %}Translators: title when pages are filtered for a specific parent page, e.g.: Articles of My Incredible Show{% endcomment %} {% blocktrans %}{{ model }} of {{ title }}{% endblocktrans %} {% endwith %} {% endwith %} {% endif %} {% endblock %} {% block filters %} {% if filter_categories %} {% endif %} {% endblock %} {% block main %}{{ block.super }}
{% with has_headline=True %} {% for object in object_list %} {% block list_object %} {% include object.item_template_name|default:item_template_name %} {% endblock %} {% endfor %} {% endwith %}
{% if is_paginated %}
{% update_query request.GET.copy page=None as GET %} {% with GET.urlencode as GET %} {% endwith %} {% endif %} {% endblock %}