{% extends "aircox/page.html" %} {% load i18n aircox %} {% block title %} {% if not parent %}{{ view.model|verbose_name:True|title }} {% else %} {% with parent.title as title %} {% blocktrans %}Publications of {{ title }}{% endblocktrans %} {% endwith %} {% endif %} {% endblock %} {% block filters %} {% 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 %}